home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / cisco / mib.txt80 < prev    next >
Text File  |  1992-08-07  |  172KB  |  8,161 lines

  1.  
  2.  
  3.  
  4.  
  5.           Request for Comments: Draft                cisco Systems, Inc.
  6.  
  7.  
  8.                                     cisco MIB*
  9.  
  10.                              Sun Nov 19 22:27:19 1989
  11.  
  12.  
  13.                                cisco Systems, Inc.
  14.                                  1350 Willow Road
  15.                               Menlo Park, CA  94025
  16.  
  17.                             customer-service@cisco.com
  18.  
  19.  
  20.  
  21.  
  22.           1.  Introduction
  23.  
  24.           This memo describes the variables that are implemented for the
  25.           cisco Systems, Inc.  set of products including the Gateway
  26.           Server, Terminal Server, Trouter, and Protocol Translator.
  27.           The document relies upon the Structure of Management
  28.           Information (SMI), RFC1065.  It is presented in a format
  29.           similar to the Management Information Base for Network
  30.           Management of TCP/IP-based internets, RFC1066.
  31.  
  32.           This  document describes the cisco local Management
  33.           Information Base (MIB) variables for version 8.0 of the system
  34.           software.
  35.  
  36.           2.  Objects
  37.  
  38.           Managed objects defined in this MIB are only accessible by the
  39.           RFC1098 SNMP and are defined using Abstract Syntax Notation
  40.           One (ASN.1).
  41.  
  42.           2.1.  Object Groupings
  43.  
  44.           The SMI enterprises subtree was broken up into pieces so each
  45.           vendor would have a specific location for MIB variables that
  46.           were either proprietary or unique to their products.  cisco
  47.           was authorized to use the tree starting with the ASN.1 object
  48.           identifier of 9.  The full object identifier path is:
  49.  
  50.           
  51.              *This file is machine generated. Do not edit.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.           cisco MIB                                             [Page 1]
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.           Request for Comments: Draft                cisco Systems, Inc.
  66.  
  67.  
  68.                                   1.3.6.1.4.1.9
  69.  
  70.  
  71.           The tree below the cisco assigned object identifier is broken
  72.           up into three groups:
  73.  
  74.                - Product names
  75.                - Local variables
  76.                - Temporary variables
  77.  
  78.           The product name space is reserved for naming products which
  79.           require an object identifier from the vendor's specific tree.
  80.           See the RFC1066 MIB variable sysObjectID.  The local and
  81.           temporary variables contain objects which can be monitored or
  82.           managed by a network management protocol.  The local variable
  83.           space is laid out exactly as specified in RFC1066 as follows:
  84.  
  85.                - Local System
  86.                - Local Interfaces
  87.                - Local Address Translation
  88.                - Local IP
  89.                - Local ICMP
  90.                - Local TCP
  91.                - Local UDP
  92.                - Local EGP
  93.  
  94.           Only the groups which have local variables defined will exist
  95.           in the local variable space.
  96.  
  97.           In addition, the following group was added to provide support
  98.           beyond what RFC1066 provided.
  99.  
  100.                - Local Terminal Server
  101.  
  102.           The temporary variables are defined as a place to hold objects
  103.           whose lifetime may only be a single software release.  It
  104.           exists for experimentation purposes and to hold other vendors'
  105.           objects until that vendor may define their own.  These
  106.           variables are not guaranteed to be preserved for any length of
  107.           time.
  108.  
  109.           2.2.  Format of Definitions
  110.  
  111.           This section describes the format of each of the objects
  112.           within the cisco local MIB.  This format is identical to the
  113.  
  114.  
  115.  
  116.  
  117.  
  118.           cisco MIB                                             [Page 2]
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.           Request for Comments: Draft                cisco Systems, Inc.
  126.  
  127.  
  128.           format used in RFC1066.  In fact this entire description was
  129.           shamelessly cribbed from that RFC's section 4.2.
  130.  
  131.                OBJECT:
  132.                -------
  133.                  A textual name, termed the OBJECT DESCRIPTOR, for the
  134.                  object type, along with its corresponding OBJECT
  135.                  IDENTIFIER.
  136.  
  137.                Syntax:
  138.                  The abstract syntax for the object type, presented
  139.                  using ASN.1.  This must resolve to an instance of the
  140.                  ASN.1 type ObjectSyntax defined in the SMI.
  141.  
  142.                Definition:
  143.                  A textual description of the semantics of the object
  144.                  type.  Implementations should ensure that their
  145.                  interpretation of the object type fulfills this
  146.                  definition since this MIB is intended for use in
  147.                  multi-vendor environments.  As such it is vital that
  148.                  object types have consistent meaning across all
  149.                  machines.
  150.  
  151.                Access:
  152.                  One of read-only, read-write, write-only, or not-
  153.                  accessible.
  154.  
  155.                Status:
  156.                  One of mandatory, optional, or obsolete.
  157.  
  158.           3.  Object Definitions
  159.  
  160.                CISCO-MIB { iso org(3) dod(6) internet(1) private(4)
  161.                                        enterprises(1) 9 }
  162.  
  163.                DEFINITIONS ::= BEGIN
  164.  
  165.                IMPORTS
  166.                     enterprises, OBJECT-TYPE, NetworkAddress, IpAddress,
  167.                     Counter, Gauge, TimeTicks, OBJECT-TYPE
  168.                     FROM RFC1065-SMI
  169.  
  170.  
  171.                cisco               OBJECT IDENTIFIER ::= { enterprises 9 }
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.           cisco MIB                                             [Page 3]
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.           Request for Comments: Draft                cisco Systems, Inc.
  186.  
  187.  
  188.                products            OBJECT IDENTIFIER ::= { cisco 1 }
  189.                local               OBJECT IDENTIFIER ::= { cisco 2 }
  190.                temporary           OBJECT IDENTIFIER ::= { cisco 3 }
  191.  
  192.                gateway-server      OBJECT IDENTIFIER ::= { products 1 }
  193.                terminal-server     OBJECT IDENTIFIER ::= { products 2 }
  194.                trouter             OBJECT IDENTIFIER ::= { products 3 }
  195.                protocol-translator OBJECT IDENTIFIER ::= { products 4 }
  196.  
  197.                lsystem             OBJECT IDENTIFIER ::= { local 1 }
  198.                linterfaces         OBJECT IDENTIFIER ::= { local 2 }
  199.                lat                 OBJECT IDENTIFIER ::= { local 3 }
  200.                lip                 OBJECT IDENTIFIER ::= { local 4 }
  201.                licmp               OBJECT IDENTIFIER ::= { local 5 }
  202.                ltcp                OBJECT IDENTIFIER ::= { local 6 }
  203.                ludp                OBJECT IDENTIFIER ::= { local 7 }
  204.                legp                OBJECT IDENTIFIER ::= { local 8 }
  205.                lts                 OBJECT IDENTIFIER ::= { local 9 }
  206.  
  207.                decnet              OBJECT IDENTIFIER ::= { temporary 1 }
  208.                xns                 OBJECT IDENTIFIER ::= { temporary 2 }
  209.                appletalk           OBJECT IDENTIFIER ::= { temporary 3 }
  210.                novell              OBJECT IDENTIFIER ::= { temporary 4 }
  211.  
  212.                END
  213.  
  214.           3.1.  Product Section
  215.  
  216.           The product section contains the different product's object
  217.           identifiers.  Each product has a unique object identifier
  218.           allocated from this section which is referenced by the
  219.           sysObjectID variable from RFC1066.
  220.  
  221.                Gateway-Server      OBJECT IDENTIFIER ::= { products 1 }
  222.                Terminal-Server     OBJECT IDENTIFIER ::= { products 2 }
  223.                TRouter             OBJECT IDENTIFIER ::= { products 3 }
  224.                Protocol-Translator OBJECT IDENTIFIER ::= { products 4 }
  225.  
  226.           New products will be added at the end of this list.
  227.  
  228.           3.2.  Local Variable Section
  229.  
  230.           This section describes the local variables within the cisco
  231.           product line.  Groups may or may not be present depending on
  232.           the software options present in the managed device.
  233.  
  234.  
  235.  
  236.  
  237.  
  238.           cisco MIB                                             [Page 4]
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.           Request for Comments: Draft                cisco Systems, Inc.
  246.  
  247.  
  248.           3.2.1.  Local System Group
  249.  
  250.           This group is present in all products.
  251.  
  252.                OBJECT:
  253.                -------
  254.                     romId { lsystem 1 }
  255.  
  256.                Syntax:
  257.                     OCTET STRING
  258.  
  259.                Definition:
  260.                     This variable contains a printable octet string
  261.                     which contains the System Bootstrap description and
  262.                     version identification.
  263.  
  264.                Access:
  265.                     read-only.
  266.  
  267.                Status:
  268.                     mandatory.
  269.  
  270.  
  271.                OBJECT:
  272.                -------
  273.                     whyReload { lsystem 2 }
  274.  
  275.                Syntax:
  276.                     OCTET STRING
  277.  
  278.                Definition:
  279.                     This variable contains a printable octet string
  280.                     which contains the reason why the system was last
  281.                     restarted.
  282.  
  283.                Access:
  284.                     read-only.
  285.  
  286.                Status:
  287.                     mandatory.
  288.  
  289.  
  290.                OBJECT:
  291.                -------
  292.                     hostName { lsystem 3 }
  293.  
  294.  
  295.  
  296.  
  297.  
  298.           cisco MIB                                             [Page 5]
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.           Request for Comments: Draft                cisco Systems, Inc.
  306.  
  307.  
  308.                Syntax:
  309.                     OCTET STRING
  310.  
  311.                Definition:
  312.                     This variable represents the name of the host in
  313.                     printable ascii characters.
  314.  
  315.                Access:
  316.                     read-only.
  317.  
  318.                Status:
  319.                     mandatory.
  320.  
  321.  
  322.                OBJECT:
  323.                -------
  324.                     domainName { lsystem 4 }
  325.  
  326.                Syntax:
  327.                     OCTET STRING
  328.  
  329.                Definition:
  330.                     This variable is the domain portion of the domain
  331.                     name of the host.
  332.  
  333.                Access:
  334.                     read-only.
  335.  
  336.                Status:
  337.                     mandatory.
  338.  
  339.  
  340.                OBJECT:
  341.                -------
  342.                     authAddr { lsystem 5 }
  343.  
  344.                Syntax:
  345.                     NetworkAddress
  346.  
  347.                Definition:
  348.                     This variable contains the last SNMP authorization
  349.                     failure IP address.
  350.  
  351.                Access:
  352.                     read-only.
  353.  
  354.  
  355.  
  356.  
  357.  
  358.           cisco MIB                                             [Page 6]
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.           Request for Comments: Draft                cisco Systems, Inc.
  366.  
  367.  
  368.                Status:
  369.                     mandatory.
  370.  
  371.  
  372.                OBJECT:
  373.                -------
  374.                     bootHost { lsystem 6 }
  375.  
  376.                Syntax:
  377.                     NetworkAddress
  378.  
  379.                Definition:
  380.                     Contains the IP address of the host that supplied
  381.                     the currently running software.
  382.  
  383.                Access:
  384.                     read-only.
  385.  
  386.                Status:
  387.                     mandatory.
  388.  
  389.  
  390.                OBJECT:
  391.                -------
  392.                     ping { lsystem 7 }
  393.  
  394.                Syntax:
  395.                     INTEGER
  396.  
  397.                Definition:
  398.                     Supplies a way to ping a host from this entity.
  399.  
  400.                Access:
  401.                     read-write.
  402.  
  403.                Status:
  404.                     mandatory.
  405.  
  406.  
  407.                OBJECT:
  408.                -------
  409.                     freeMem { lsystem 8 }
  410.  
  411.                Syntax:
  412.                     INTEGER
  413.  
  414.  
  415.  
  416.  
  417.  
  418.           cisco MIB                                             [Page 7]
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.           Request for Comments: Draft                cisco Systems, Inc.
  426.  
  427.  
  428.                Definition:
  429.                     Return the amount of free memory in bytes.
  430.  
  431.                Access:
  432.                     read-only.
  433.  
  434.                Status:
  435.                     mandatory.
  436.  
  437.  
  438.                OBJECT:
  439.                -------
  440.                     bufferElFree { lsystem 9 }
  441.  
  442.                Syntax:
  443.                     INTEGER
  444.  
  445.                Definition:
  446.                     Contains the number of free buffer elements.
  447.  
  448.                Access:
  449.                     read-only.
  450.  
  451.                Status:
  452.                     mandatory.
  453.  
  454.  
  455.                OBJECT:
  456.                -------
  457.                     bufferElMax { lsystem 10 }
  458.  
  459.                Syntax:
  460.                     INTEGER
  461.  
  462.                Definition:
  463.                     Contains the maximum number of buffer elements.
  464.  
  465.                Access:
  466.                     read-only.
  467.  
  468.                Status:
  469.                     mandatory.
  470.  
  471.  
  472.                OBJECT:
  473.  
  474.  
  475.  
  476.  
  477.  
  478.           cisco MIB                                             [Page 8]
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.           Request for Comments: Draft                cisco Systems, Inc.
  486.  
  487.  
  488.                -------
  489.                     bufferElHit { lsystem 11 }
  490.  
  491.                Syntax:
  492.                     INTEGER
  493.  
  494.                Definition:
  495.                     Contains the number of buffer element hits.
  496.  
  497.                Access:
  498.                     read-only.
  499.  
  500.                Status:
  501.                     mandatory.
  502.  
  503.  
  504.                OBJECT:
  505.                -------
  506.                     bufferElMiss { lsystem 12 }
  507.  
  508.                Syntax:
  509.                     INTEGER
  510.  
  511.                Definition:
  512.                     Contains the number of buffer element misses.
  513.  
  514.                Access:
  515.                     read-only.
  516.  
  517.                Status:
  518.                     mandatory.
  519.  
  520.  
  521.                OBJECT:
  522.                -------
  523.                     bufferElCreate { lsystem 13 }
  524.  
  525.                Syntax:
  526.                     INTEGER
  527.  
  528.                Definition:
  529.                     Contains the number of buffer element creates.
  530.  
  531.                Access:
  532.                     read-only.
  533.  
  534.  
  535.  
  536.  
  537.  
  538.           cisco MIB                                             [Page 9]
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.           Request for Comments: Draft                cisco Systems, Inc.
  546.  
  547.  
  548.                Status:
  549.                     mandatory.
  550.  
  551.  
  552.                OBJECT:
  553.                -------
  554.                     bufferSmSize { lsystem 14 }
  555.  
  556.                Syntax:
  557.                     INTEGER
  558.  
  559.                Definition:
  560.                     Contains the size of small buffers.
  561.  
  562.                Access:
  563.                     read-only.
  564.  
  565.                Status:
  566.                     mandatory.
  567.  
  568.  
  569.                OBJECT:
  570.                -------
  571.                     bufferSmTotal { lsystem 15 }
  572.  
  573.                Syntax:
  574.                     INTEGER
  575.  
  576.                Definition:
  577.                     Contains the total number of small buffers.
  578.  
  579.                Access:
  580.                     read-only.
  581.  
  582.                Status:
  583.                     mandatory.
  584.  
  585.  
  586.                OBJECT:
  587.                -------
  588.                     bufferSmFree { lsystem 16 }
  589.  
  590.                Syntax:
  591.                     INTEGER
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.           cisco MIB                                            [Page 10]
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.           Request for Comments: Draft                cisco Systems, Inc.
  606.  
  607.  
  608.                Definition:
  609.                     Contains the number of free small buffers.
  610.  
  611.                Access:
  612.                     read-only.
  613.  
  614.                Status:
  615.                     mandatory.
  616.  
  617.  
  618.                OBJECT:
  619.                -------
  620.                     bufferSmMax { lsystem 17 }
  621.  
  622.                Syntax:
  623.                     INTEGER
  624.  
  625.                Definition:
  626.                     Contains the maximum number of small buffers.
  627.  
  628.                Access:
  629.                     read-only.
  630.  
  631.                Status:
  632.                     mandatory.
  633.  
  634.  
  635.                OBJECT:
  636.                -------
  637.                     bufferSmHit { lsystem 18 }
  638.  
  639.                Syntax:
  640.                     INTEGER
  641.  
  642.                Definition:
  643.                     Contains the number of small buffer hits.
  644.  
  645.                Access:
  646.                     read-only.
  647.  
  648.                Status:
  649.                     mandatory.
  650.  
  651.  
  652.                OBJECT:
  653.  
  654.  
  655.  
  656.  
  657.  
  658.           cisco MIB                                            [Page 11]
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.           Request for Comments: Draft                cisco Systems, Inc.
  666.  
  667.  
  668.                -------
  669.                     bufferSmMiss { lsystem 19 }
  670.  
  671.                Syntax:
  672.                     INTEGER
  673.  
  674.                Definition:
  675.                     Contains the number of small buffer misses.
  676.  
  677.                Access:
  678.                     read-only.
  679.  
  680.                Status:
  681.                     mandatory.
  682.  
  683.  
  684.                OBJECT:
  685.                -------
  686.                     bufferSmTrim { lsystem 20 }
  687.  
  688.                Syntax:
  689.                     INTEGER
  690.  
  691.                Definition:
  692.                     Contains the number of small buffer trims.
  693.  
  694.                Access:
  695.                     read-only.
  696.  
  697.                Status:
  698.                     mandatory.
  699.  
  700.  
  701.                OBJECT:
  702.                -------
  703.                     bufferSmCreate { lsystem 21 }
  704.  
  705.                Syntax:
  706.                     INTEGER
  707.  
  708.                Definition:
  709.                     Contains the number of small buffer creates.
  710.  
  711.                Access:
  712.                     read-only.
  713.  
  714.  
  715.  
  716.  
  717.  
  718.           cisco MIB                                            [Page 12]
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.           Request for Comments: Draft                cisco Systems, Inc.
  726.  
  727.  
  728.                Status:
  729.                     mandatory.
  730.  
  731.  
  732.                OBJECT:
  733.                -------
  734.                     bufferMdSize { lsystem 22 }
  735.  
  736.                Syntax:
  737.                     INTEGER
  738.  
  739.                Definition:
  740.                     Contains the size of medium buffers.
  741.  
  742.                Access:
  743.                     read-only.
  744.  
  745.                Status:
  746.                     mandatory.
  747.  
  748.  
  749.                OBJECT:
  750.                -------
  751.                     bufferMdTotal { lsystem 23 }
  752.  
  753.                Syntax:
  754.                     INTEGER
  755.  
  756.                Definition:
  757.                     Contains the total number of medium buffers.
  758.  
  759.                Access:
  760.                     read-only.
  761.  
  762.                Status:
  763.                     mandatory.
  764.  
  765.  
  766.                OBJECT:
  767.                -------
  768.                     bufferMdFree { lsystem 24 }
  769.  
  770.                Syntax:
  771.                     INTEGER
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.           cisco MIB                                            [Page 13]
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.           Request for Comments: Draft                cisco Systems, Inc.
  786.  
  787.  
  788.                Definition:
  789.                     Contains the number of free medium buffers.
  790.  
  791.                Access:
  792.                     read-only.
  793.  
  794.                Status:
  795.                     mandatory.
  796.  
  797.  
  798.                OBJECT:
  799.                -------
  800.                     bufferMdMax { lsystem 25 }
  801.  
  802.                Syntax:
  803.                     INTEGER
  804.  
  805.                Definition:
  806.                     Contains the maximum number of medium buffers.
  807.  
  808.                Access:
  809.                     read-only.
  810.  
  811.                Status:
  812.                     mandatory.
  813.  
  814.  
  815.                OBJECT:
  816.                -------
  817.                     bufferMdHit { lsystem 26 }
  818.  
  819.                Syntax:
  820.                     INTEGER
  821.  
  822.                Definition:
  823.                     Contains the number of medium buffer hits.
  824.  
  825.                Access:
  826.                     read-only.
  827.  
  828.                Status:
  829.                     mandatory.
  830.  
  831.  
  832.                OBJECT:
  833.  
  834.  
  835.  
  836.  
  837.  
  838.           cisco MIB                                            [Page 14]
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.           Request for Comments: Draft                cisco Systems, Inc.
  846.  
  847.  
  848.                -------
  849.                     bufferMdMiss { lsystem 27 }
  850.  
  851.                Syntax:
  852.                     INTEGER
  853.  
  854.                Definition:
  855.                     Contains the number of medium buffer misses.
  856.  
  857.                Access:
  858.                     read-only.
  859.  
  860.                Status:
  861.                     mandatory.
  862.  
  863.  
  864.                OBJECT:
  865.                -------
  866.                     bufferMdTrim { lsystem 28 }
  867.  
  868.                Syntax:
  869.                     INTEGER
  870.  
  871.                Definition:
  872.                     Contains the number of medium buffer trims.
  873.  
  874.                Access:
  875.                     read-only.
  876.  
  877.                Status:
  878.                     mandatory.
  879.  
  880.  
  881.                OBJECT:
  882.                -------
  883.                     bufferMdCreate { lsystem 29 }
  884.  
  885.                Syntax:
  886.                     INTEGER
  887.  
  888.                Definition:
  889.                     Contains the number of medium buffer creates.
  890.  
  891.                Access:
  892.                     read-only.
  893.  
  894.  
  895.  
  896.  
  897.  
  898.           cisco MIB                                            [Page 15]
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.           Request for Comments: Draft                cisco Systems, Inc.
  906.  
  907.  
  908.                Status:
  909.                     mandatory.
  910.  
  911.  
  912.                OBJECT:
  913.                -------
  914.                     bufferBgSize { lsystem 30 }
  915.  
  916.                Syntax:
  917.                     INTEGER
  918.  
  919.                Definition:
  920.                     Contains the size of big buffers.
  921.  
  922.                Access:
  923.                     read-only.
  924.  
  925.                Status:
  926.                     mandatory.
  927.  
  928.  
  929.                OBJECT:
  930.                -------
  931.                     bufferBgTotal { lsystem 31 }
  932.  
  933.                Syntax:
  934.                     INTEGER
  935.  
  936.                Definition:
  937.                     Contains the total number of big buffers.
  938.  
  939.                Access:
  940.                     read-only.
  941.  
  942.                Status:
  943.                     mandatory.
  944.  
  945.  
  946.                OBJECT:
  947.                -------
  948.                     bufferBgFree { lsystem 32 }
  949.  
  950.                Syntax:
  951.                     INTEGER
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.           cisco MIB                                            [Page 16]
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.           Request for Comments: Draft                cisco Systems, Inc.
  966.  
  967.  
  968.                Definition:
  969.                     Contains the number of free big buffers.
  970.  
  971.                Access:
  972.                     read-only.
  973.  
  974.                Status:
  975.                     mandatory.
  976.  
  977.  
  978.                OBJECT:
  979.                -------
  980.                     bufferBgMax { lsystem 33 }
  981.  
  982.                Syntax:
  983.                     INTEGER
  984.  
  985.                Definition:
  986.                     Contains the maximum number of big buffers.
  987.  
  988.                Access:
  989.                     read-only.
  990.  
  991.                Status:
  992.                     mandatory.
  993.  
  994.  
  995.                OBJECT:
  996.                -------
  997.                     bufferBgHit { lsystem 34 }
  998.  
  999.                Syntax:
  1000.                     INTEGER
  1001.  
  1002.                Definition:
  1003.                     Contains the number of big buffer hits.
  1004.  
  1005.                Access:
  1006.                     read-only.
  1007.  
  1008.                Status:
  1009.                     mandatory.
  1010.  
  1011.  
  1012.                OBJECT:
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.           cisco MIB                                            [Page 17]
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.           Request for Comments: Draft                cisco Systems, Inc.
  1026.  
  1027.  
  1028.                -------
  1029.                     bufferBgMiss { lsystem 35 }
  1030.  
  1031.                Syntax:
  1032.                     INTEGER
  1033.  
  1034.                Definition:
  1035.                     Contains the number of big buffer misses.
  1036.  
  1037.                Access:
  1038.                     read-only.
  1039.  
  1040.                Status:
  1041.                     mandatory.
  1042.  
  1043.  
  1044.                OBJECT:
  1045.                -------
  1046.                     bufferBgTrim { lsystem 36 }
  1047.  
  1048.                Syntax:
  1049.                     INTEGER
  1050.  
  1051.                Definition:
  1052.                     Contains the number of big buffer trims.
  1053.  
  1054.                Access:
  1055.                     read-only.
  1056.  
  1057.                Status:
  1058.                     mandatory.
  1059.  
  1060.  
  1061.                OBJECT:
  1062.                -------
  1063.                     bufferBgCreate { lsystem 37 }
  1064.  
  1065.                Syntax:
  1066.                     INTEGER
  1067.  
  1068.                Definition:
  1069.                     Contains the number of big buffer creates.
  1070.  
  1071.                Access:
  1072.                     read-only.
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.           cisco MIB                                            [Page 18]
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.           Request for Comments: Draft                cisco Systems, Inc.
  1086.  
  1087.  
  1088.                Status:
  1089.                     mandatory.
  1090.  
  1091.  
  1092.                OBJECT:
  1093.                -------
  1094.                     bufferLgSize { lsystem 38 }
  1095.  
  1096.                Syntax:
  1097.                     INTEGER
  1098.  
  1099.                Definition:
  1100.                     Contains the size of large buffers.
  1101.  
  1102.                Access:
  1103.                     read-only.
  1104.  
  1105.                Status:
  1106.                     mandatory.
  1107.  
  1108.  
  1109.                OBJECT:
  1110.                -------
  1111.                     bufferLgTotal { lsystem 39 }
  1112.  
  1113.                Syntax:
  1114.                     INTEGER
  1115.  
  1116.                Definition:
  1117.                     Contains the total number of large buffers.
  1118.  
  1119.                Access:
  1120.                     read-only.
  1121.  
  1122.                Status:
  1123.                     mandatory.
  1124.  
  1125.  
  1126.                OBJECT:
  1127.                -------
  1128.                     bufferLgFree { lsystem 40 }
  1129.  
  1130.                Syntax:
  1131.                     INTEGER
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.           cisco MIB                                            [Page 19]
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.           Request for Comments: Draft                cisco Systems, Inc.
  1146.  
  1147.  
  1148.                Definition:
  1149.                     Contains the number of free large buffers.
  1150.  
  1151.                Access:
  1152.                     read-only.
  1153.  
  1154.                Status:
  1155.                     mandatory.
  1156.  
  1157.  
  1158.                OBJECT:
  1159.                -------
  1160.                     bufferLgMax { lsystem 41 }
  1161.  
  1162.                Syntax:
  1163.                     INTEGER
  1164.  
  1165.                Definition:
  1166.                     Contains the maximum number of large buffers.
  1167.  
  1168.                Access:
  1169.                     read-only.
  1170.  
  1171.                Status:
  1172.                     mandatory.
  1173.  
  1174.  
  1175.                OBJECT:
  1176.                -------
  1177.                     bufferLgHit { lsystem 42 }
  1178.  
  1179.                Syntax:
  1180.                     INTEGER
  1181.  
  1182.                Definition:
  1183.                     Contains the number of large buffer hits.
  1184.  
  1185.                Access:
  1186.                     read-only.
  1187.  
  1188.                Status:
  1189.                     mandatory.
  1190.  
  1191.  
  1192.                OBJECT:
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.           cisco MIB                                            [Page 20]
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.           Request for Comments: Draft                cisco Systems, Inc.
  1206.  
  1207.  
  1208.                -------
  1209.                     bufferLgMiss { lsystem 43 }
  1210.  
  1211.                Syntax:
  1212.                     INTEGER
  1213.  
  1214.                Definition:
  1215.                     Contains the number of large buffer misses.
  1216.  
  1217.                Access:
  1218.                     read-only.
  1219.  
  1220.                Status:
  1221.                     mandatory.
  1222.  
  1223.  
  1224.                OBJECT:
  1225.                -------
  1226.                     bufferLgTrim { lsystem 44 }
  1227.  
  1228.                Syntax:
  1229.                     INTEGER
  1230.  
  1231.                Definition:
  1232.                     Contains the number of large buffer trims.
  1233.  
  1234.                Access:
  1235.                     read-only.
  1236.  
  1237.                Status:
  1238.                     mandatory.
  1239.  
  1240.  
  1241.                OBJECT:
  1242.                -------
  1243.                     bufferLgCreate { lsystem 45 }
  1244.  
  1245.                Syntax:
  1246.                     INTEGER
  1247.  
  1248.                Definition:
  1249.                     Contains the number of large buffer creates.
  1250.  
  1251.                Access:
  1252.                     read-only.
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.           cisco MIB                                            [Page 21]
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.           Request for Comments: Draft                cisco Systems, Inc.
  1266.  
  1267.  
  1268.                Status:
  1269.                     mandatory.
  1270.  
  1271.  
  1272.                OBJECT:
  1273.                -------
  1274.                     bufferFail { lsystem 46 }
  1275.  
  1276.                Syntax:
  1277.                     INTEGER
  1278.  
  1279.                Definition:
  1280.                     Count of the number of buffer allocation failures.
  1281.  
  1282.                Access:
  1283.                     read-only.
  1284.  
  1285.                Status:
  1286.                     mandatory.
  1287.  
  1288.  
  1289.                OBJECT:
  1290.                -------
  1291.                     bufferNoMem { lsystem 47 }
  1292.  
  1293.                Syntax:
  1294.                     INTEGER
  1295.  
  1296.                Definition:
  1297.                     Count of the number of buffer create failures due to
  1298.                     no free memory.
  1299.  
  1300.                Access:
  1301.                     read-only.
  1302.  
  1303.                Status:
  1304.                     mandatory.
  1305.  
  1306.  
  1307.                OBJECT:
  1308.                -------
  1309.                     netConfigIP { lsystem 48 }
  1310.  
  1311.                Syntax:
  1312.                     NetworkAddress
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.           cisco MIB                                            [Page 22]
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.           Request for Comments: Draft                cisco Systems, Inc.
  1326.  
  1327.  
  1328.                Definition:
  1329.                     Holds the IP address of the host that supplied the
  1330.                     network-confg file.
  1331.  
  1332.                Access:
  1333.                     read-only.
  1334.  
  1335.                Status:
  1336.                     mandatory.
  1337.  
  1338.  
  1339.                OBJECT:
  1340.                -------
  1341.                     netConfigName { lsystem 49 }
  1342.  
  1343.                Syntax:
  1344.                     OCTET STRING
  1345.  
  1346.                Definition:
  1347.                     Holds the name of the network configuration file.
  1348.  
  1349.                Access:
  1350.                     read-only.
  1351.  
  1352.                Status:
  1353.                     mandatory.
  1354.  
  1355.  
  1356.                OBJECT:
  1357.                -------
  1358.                     netConfigSet { lsystem 50 }
  1359.  
  1360.                Syntax:
  1361.                     OCTET STRING
  1362.  
  1363.                Definition:
  1364.                     Permit the loading of a new network-confg file.
  1365.  
  1366.                Access:
  1367.                     read-write.
  1368.  
  1369.                Status:
  1370.                     mandatory.
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.           cisco MIB                                            [Page 23]
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.           Request for Comments: Draft                cisco Systems, Inc.
  1386.  
  1387.  
  1388.                OBJECT:
  1389.                -------
  1390.                     hostConfigIP { lsystem 51 }
  1391.  
  1392.                Syntax:
  1393.                     NetworkAddress
  1394.  
  1395.                Definition:
  1396.                     Contains the IP address of the host that provided
  1397.                     the host-config file.
  1398.  
  1399.                Access:
  1400.                     read-only.
  1401.  
  1402.                Status:
  1403.                     mandatory.
  1404.  
  1405.  
  1406.                OBJECT:
  1407.                -------
  1408.                     hostConfigName { lsystem 52 }
  1409.  
  1410.                Syntax:
  1411.                     OCTET STRING
  1412.  
  1413.                Definition:
  1414.                     Contains the name of the last configured host-confg
  1415.                     file.
  1416.  
  1417.                Access:
  1418.                     read-only.
  1419.  
  1420.                Status:
  1421.                     mandatory.
  1422.  
  1423.  
  1424.                OBJECT:
  1425.                -------
  1426.                     hostConfigSet { lsystem 53 }
  1427.  
  1428.                Syntax:
  1429.                     OCTET STRING
  1430.  
  1431.                Definition:
  1432.                     Permit the loading of a new host-confg file.
  1433.  
  1434.  
  1435.  
  1436.  
  1437.  
  1438.           cisco MIB                                            [Page 24]
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.           Request for Comments: Draft                cisco Systems, Inc.
  1446.  
  1447.  
  1448.                Access:
  1449.                     read-write.
  1450.  
  1451.                Status:
  1452.                     mandatory.
  1453.  
  1454.  
  1455.           3.2.2.  Local Interface Group
  1456.  
  1457.           This group is present in all products.
  1458.  
  1459.           3.2.2.1.  Local Interface Table
  1460.  
  1461.           This group provides additional objects to the table defined by
  1462.           RFC1066.
  1463.  
  1464.                OBJECT:
  1465.                -------
  1466.                     lifTable { linterfaces 1 }
  1467.  
  1468.                Syntax:
  1469.                     SEQUENCE OF LIfEntry
  1470.  
  1471.                Definition:
  1472.                     A list of interface entries.
  1473.  
  1474.                Access:
  1475.                     not-accessible.
  1476.  
  1477.                Status:
  1478.                     mandatory.
  1479.  
  1480.  
  1481.                OBJECT:
  1482.                     lifEntry { lifTable 1 }
  1483.  
  1484.                Syntax:
  1485.                     LIfEntry ::= SEQUENCE {
  1486.                        locIfHardType
  1487.                           OCTET STRING,
  1488.                        locIfLineProt
  1489.                           INTEGER,
  1490.                        locIfLastIn
  1491.                           INTEGER,
  1492.                        locIfLastOut
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.           cisco MIB                                            [Page 25]
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.           Request for Comments: Draft                cisco Systems, Inc.
  1506.  
  1507.  
  1508.                           INTEGER,
  1509.                        locIfLastOutHang
  1510.                           INTEGER,
  1511.                        locIfInBitsSec
  1512.                           INTEGER,
  1513.                        locIfInPktsSec
  1514.                           INTEGER,
  1515.                        locIfOutBitsSec
  1516.                           INTEGER,
  1517.                        locIfOutPktsSec
  1518.                           INTEGER,
  1519.                        locIfInRunts
  1520.                           INTEGER,
  1521.                        locIfInGiants
  1522.                           INTEGER,
  1523.                        locIfInCRC
  1524.                           INTEGER,
  1525.                        locIfInFrame
  1526.                           INTEGER,
  1527.                        locIfInOverrun
  1528.                           INTEGER,
  1529.                        locIfInIgnored
  1530.                           INTEGER,
  1531.                        locIfInAbort
  1532.                           INTEGER,
  1533.                        locIfResets
  1534.                           INTEGER,
  1535.                        locIfRestarts
  1536.                           INTEGER,
  1537.                        locIfKeep
  1538.                           INTEGER,
  1539.                        locIfReason
  1540.                           OCTET STRING,
  1541.                     }
  1542.  
  1543.                Definition:
  1544.                     A collection of additional objects in the cisco
  1545.                     interface.
  1546.  
  1547.                Access:
  1548.                     not-accessible.
  1549.  
  1550.                Status:
  1551.                     mandatory.
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.           cisco MIB                                            [Page 26]
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.           Request for Comments: Draft                cisco Systems, Inc.
  1566.  
  1567.  
  1568.           The following section describes the components of the table.
  1569.  
  1570.                OBJECT:
  1571.                -------
  1572.                     locIfHardType { lifEntry 1 }
  1573.  
  1574.                Syntax:
  1575.                     OCTET STRING
  1576.  
  1577.                Definition:
  1578.                     Return the type of interface in printable ascii.
  1579.  
  1580.                Access:
  1581.                     read-only.
  1582.  
  1583.                Status:
  1584.                     mandatory.
  1585.  
  1586.  
  1587.                OBJECT:
  1588.                -------
  1589.                     locIfLineProt { lifEntry 2 }
  1590.  
  1591.                Syntax:
  1592.                     INTEGER
  1593.  
  1594.                Definition:
  1595.                     Boolean whether interface line protocol is up or
  1596.                     not.
  1597.  
  1598.                Access:
  1599.                     read-only.
  1600.  
  1601.                Status:
  1602.                     mandatory.
  1603.  
  1604.  
  1605.                OBJECT:
  1606.                -------
  1607.                     locIfLastIn { lifEntry 3 }
  1608.  
  1609.                Syntax:
  1610.                     INTEGER
  1611.  
  1612.                Definition:
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.           cisco MIB                                            [Page 27]
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.           Request for Comments: Draft                cisco Systems, Inc.
  1626.  
  1627.  
  1628.                     Elapsed time since last successful protocol input
  1629.                     packet was received.
  1630.  
  1631.                Access:
  1632.                     read-only.
  1633.  
  1634.                Status:
  1635.                     mandatory.
  1636.  
  1637.  
  1638.                OBJECT:
  1639.                -------
  1640.                     locIfLastOut { lifEntry 4 }
  1641.  
  1642.                Syntax:
  1643.                     INTEGER
  1644.  
  1645.                Definition:
  1646.                     Elapsed time since last successful protocol output
  1647.                     was was transmitted.
  1648.  
  1649.                Access:
  1650.                     read-only.
  1651.  
  1652.                Status:
  1653.                     mandatory.
  1654.  
  1655.  
  1656.                OBJECT:
  1657.                -------
  1658.                     locIfLastOutHang { lifEntry 5 }
  1659.  
  1660.                Syntax:
  1661.                     INTEGER
  1662.  
  1663.                Definition:
  1664.                     Elapsed time since last protocol output packet could
  1665.                     not be uccessfully transmited.
  1666.  
  1667.                Access:
  1668.                     read-only.
  1669.  
  1670.                Status:
  1671.                     mandatory.
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677.  
  1678.           cisco MIB                                            [Page 28]
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.           Request for Comments: Draft                cisco Systems, Inc.
  1686.  
  1687.  
  1688.                OBJECT:
  1689.                -------
  1690.                     locIfInBitsSec { lifEntry 6 }
  1691.  
  1692.                Syntax:
  1693.                     INTEGER
  1694.  
  1695.                Definition:
  1696.                     Five minute average of input bits per second.
  1697.  
  1698.                Access:
  1699.                     read-only.
  1700.  
  1701.                Status:
  1702.                     mandatory.
  1703.  
  1704.  
  1705.                OBJECT:
  1706.                -------
  1707.                     locIfInPktsSec { lifEntry 7 }
  1708.  
  1709.                Syntax:
  1710.                     INTEGER
  1711.  
  1712.                Definition:
  1713.                     Five minute average of input packets per second.
  1714.  
  1715.                Access:
  1716.                     read-only.
  1717.  
  1718.                Status:
  1719.                     mandatory.
  1720.  
  1721.  
  1722.                OBJECT:
  1723.                -------
  1724.                     locIfOutBitsSec { lifEntry 8 }
  1725.  
  1726.                Syntax:
  1727.                     INTEGER
  1728.  
  1729.                Definition:
  1730.                     Five minute average of output bits per second.
  1731.  
  1732.                Access:
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.           cisco MIB                                            [Page 29]
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.           Request for Comments: Draft                cisco Systems, Inc.
  1746.  
  1747.  
  1748.                     read-only.
  1749.  
  1750.                Status:
  1751.                     mandatory.
  1752.  
  1753.  
  1754.                OBJECT:
  1755.                -------
  1756.                     locIfOutPktsSec { lifEntry 9 }
  1757.  
  1758.                Syntax:
  1759.                     INTEGER
  1760.  
  1761.                Definition:
  1762.                     Five minute average of output packets per second.
  1763.  
  1764.                Access:
  1765.                     read-only.
  1766.  
  1767.                Status:
  1768.                     mandatory.
  1769.  
  1770.  
  1771.                OBJECT:
  1772.                -------
  1773.                     locIfInRunts { lifEntry 10 }
  1774.  
  1775.                Syntax:
  1776.                     INTEGER
  1777.  
  1778.                Definition:
  1779.                     Number of packets input which were smaller then the
  1780.                     allowable physical edia permitted.
  1781.  
  1782.                Access:
  1783.                     read-only.
  1784.  
  1785.                Status:
  1786.                     mandatory.
  1787.  
  1788.  
  1789.                OBJECT:
  1790.                -------
  1791.                     locIfInGiants { lifEntry 11 }
  1792.  
  1793.  
  1794.  
  1795.  
  1796.  
  1797.  
  1798.           cisco MIB                                            [Page 30]
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.           Request for Comments: Draft                cisco Systems, Inc.
  1806.  
  1807.  
  1808.                Syntax:
  1809.                     INTEGER
  1810.  
  1811.                Definition:
  1812.                     Number of input packets which were larger then the
  1813.                     physical media ermitted.
  1814.  
  1815.                Access:
  1816.                     read-only.
  1817.  
  1818.                Status:
  1819.                     mandatory.
  1820.  
  1821.  
  1822.                OBJECT:
  1823.                -------
  1824.                     locIfInCRC { lifEntry 12 }
  1825.  
  1826.                Syntax:
  1827.                     INTEGER
  1828.  
  1829.                Definition:
  1830.                     Number of input packets which had cyclic redundancy
  1831.                     checksum errors.
  1832.  
  1833.                Access:
  1834.                     read-only.
  1835.  
  1836.                Status:
  1837.                     mandatory.
  1838.  
  1839.  
  1840.                OBJECT:
  1841.                -------
  1842.                     locIfInFrame { lifEntry 13 }
  1843.  
  1844.                Syntax:
  1845.                     INTEGER
  1846.  
  1847.                Definition:
  1848.                     Number of input packet which were misaligned.
  1849.  
  1850.                Access:
  1851.                     read-only.
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858.           cisco MIB                                            [Page 31]
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.           Request for Comments: Draft                cisco Systems, Inc.
  1866.  
  1867.  
  1868.                Status:
  1869.                     mandatory.
  1870.  
  1871.  
  1872.                OBJECT:
  1873.                -------
  1874.                     locIfInOverrun { lifEntry 14 }
  1875.  
  1876.                Syntax:
  1877.                     INTEGER
  1878.  
  1879.                Definition:
  1880.                     Count of input which arrived too quickly for the to
  1881.                     hardware receive.
  1882.  
  1883.                Access:
  1884.                     read-only.
  1885.  
  1886.                Status:
  1887.                     mandatory.
  1888.  
  1889.  
  1890.                OBJECT:
  1891.                -------
  1892.                     locIfInIgnored { lifEntry 15 }
  1893.  
  1894.                Syntax:
  1895.                     INTEGER
  1896.  
  1897.                Definition:
  1898.                     Number of input packets which were simply ignored by
  1899.                     this interface.
  1900.  
  1901.                Access:
  1902.                     read-only.
  1903.  
  1904.                Status:
  1905.                     mandatory.
  1906.  
  1907.  
  1908.                OBJECT:
  1909.                -------
  1910.                     locIfInAbort { lifEntry 16 }
  1911.  
  1912.                Syntax:
  1913.  
  1914.  
  1915.  
  1916.  
  1917.  
  1918.           cisco MIB                                            [Page 32]
  1919.  
  1920.  
  1921.  
  1922.  
  1923.  
  1924.  
  1925.           Request for Comments: Draft                cisco Systems, Inc.
  1926.  
  1927.  
  1928.                     INTEGER
  1929.  
  1930.                Definition:
  1931.                     Number of input packets which were aborted.
  1932.  
  1933.                Access:
  1934.                     read-only.
  1935.  
  1936.                Status:
  1937.                     mandatory.
  1938.  
  1939.  
  1940.                OBJECT:
  1941.                -------
  1942.                     locIfResets { lifEntry 17 }
  1943.  
  1944.                Syntax:
  1945.                     INTEGER
  1946.  
  1947.                Definition:
  1948.                     Number of times the interface internally reset.
  1949.  
  1950.                Access:
  1951.                     read-only.
  1952.  
  1953.                Status:
  1954.                     mandatory.
  1955.  
  1956.  
  1957.                OBJECT:
  1958.                -------
  1959.                     locIfRestarts { lifEntry 18 }
  1960.  
  1961.                Syntax:
  1962.                     INTEGER
  1963.  
  1964.                Definition:
  1965.                     Number of time interface needed to be completely
  1966.                     restarted.
  1967.  
  1968.                Access:
  1969.                     read-only.
  1970.  
  1971.                Status:
  1972.                     mandatory.
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978.           cisco MIB                                            [Page 33]
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985.           Request for Comments: Draft                cisco Systems, Inc.
  1986.  
  1987.  
  1988.                OBJECT:
  1989.                -------
  1990.                     locIfKeep { lifEntry 19 }
  1991.  
  1992.                Syntax:
  1993.                     INTEGER
  1994.  
  1995.                Definition:
  1996.                     Boolean whether keepalives are enabled on this
  1997.                     interface.
  1998.  
  1999.                Access:
  2000.                     read-only.
  2001.  
  2002.                Status:
  2003.                     mandatory.
  2004.  
  2005.  
  2006.                OBJECT:
  2007.                -------
  2008.                     locIfReason { lifEntry 20 }
  2009.  
  2010.                Syntax:
  2011.                     OCTET STRING
  2012.  
  2013.                Definition:
  2014.                     Printable ascii reason for interface last status
  2015.                     change.
  2016.  
  2017.                Access:
  2018.                     read-only.
  2019.  
  2020.                Status:
  2021.                     mandatory.
  2022.  
  2023.  
  2024.           3.2.3.  Local IP Group
  2025.  
  2026.           This group is present in all products which are using the IP
  2027.           protocol.
  2028.  
  2029.           3.2.3.1.  Local IP Address Table
  2030.  
  2031.           This group provides additional objects to the table defined by
  2032.           RFC1066.
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.           cisco MIB                                            [Page 34]
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.           Request for Comments: Draft                cisco Systems, Inc.
  2046.  
  2047.  
  2048.                OBJECT:
  2049.                -------
  2050.                     lipAddrTable { lip 1 }
  2051.  
  2052.                Syntax:
  2053.                     SEQUENCE OF LIpAddrEntry
  2054.  
  2055.                Definition:
  2056.                     A list of IP address entries.
  2057.  
  2058.                Access:
  2059.                     not-accessible.
  2060.  
  2061.                Status:
  2062.                     mandatory.
  2063.  
  2064.  
  2065.                OBJECT:
  2066.                     lipAddrEntry { lipAddrTable 1 }
  2067.  
  2068.                Syntax:
  2069.                     LIpAddrEntry ::= SEQUENCE {
  2070.                        locIPHow
  2071.                           OCTET STRING,
  2072.                        locIPWho
  2073.                           NetworkAddress,
  2074.                        locIPHelper
  2075.                           NetworkAddress,
  2076.                        locIPSecurity
  2077.                           INTEGER,
  2078.                        locIPRedirects
  2079.                           INTEGER,
  2080.                        locIPUnreach
  2081.                           INTEGER,
  2082.                     }
  2083.  
  2084.                Definition:
  2085.                     A collection of additional objects in the cisco IP
  2086.                     implementation.
  2087.  
  2088.                Access:
  2089.                     not-accessible.
  2090.  
  2091.                Status:
  2092.                     mandatory.
  2093.  
  2094.  
  2095.  
  2096.  
  2097.  
  2098.           cisco MIB                                            [Page 35]
  2099.  
  2100.  
  2101.  
  2102.  
  2103.  
  2104.  
  2105.           Request for Comments: Draft                cisco Systems, Inc.
  2106.  
  2107.  
  2108.           The following section describes the components of the table.
  2109.  
  2110.                OBJECT:
  2111.                -------
  2112.                     locIPHow { lipAddrEntry 1 }
  2113.  
  2114.                Syntax:
  2115.                     OCTET STRING
  2116.  
  2117.                Definition:
  2118.                     Printable ascii method of how this interface
  2119.                     obtained its IP address.
  2120.  
  2121.                Access:
  2122.                     read-only.
  2123.  
  2124.                Status:
  2125.                     mandatory.
  2126.  
  2127.  
  2128.                OBJECT:
  2129.                -------
  2130.                     locIPWho { lipAddrEntry 2 }
  2131.  
  2132.                Syntax:
  2133.                     NetworkAddress
  2134.  
  2135.                Definition:
  2136.                     IP address of who supplied this interface its IP
  2137.                     address.
  2138.  
  2139.                Access:
  2140.                     read-only.
  2141.  
  2142.                Status:
  2143.                     mandatory.
  2144.  
  2145.  
  2146.                OBJECT:
  2147.                -------
  2148.                     locIPHelper { lipAddrEntry 3 }
  2149.  
  2150.                Syntax:
  2151.                     NetworkAddress
  2152.  
  2153.  
  2154.  
  2155.  
  2156.  
  2157.  
  2158.           cisco MIB                                            [Page 36]
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164.  
  2165.           Request for Comments: Draft                cisco Systems, Inc.
  2166.  
  2167.  
  2168.                Definition:
  2169.                     IP helper address for broadcast forwarding support.
  2170.  
  2171.                Access:
  2172.                     read-only.
  2173.  
  2174.                Status:
  2175.                     mandatory.
  2176.  
  2177.  
  2178.                OBJECT:
  2179.                -------
  2180.                     locIPSecurity { lipAddrEntry 4 }
  2181.  
  2182.                Syntax:
  2183.                     INTEGER
  2184.  
  2185.                Definition:
  2186.                     IP security level. See RFCXXX.
  2187.  
  2188.                Access:
  2189.                     read-only.
  2190.  
  2191.                Status:
  2192.                     mandatory.
  2193.  
  2194.  
  2195.                OBJECT:
  2196.                -------
  2197.                     locIPRedirects { lipAddrEntry 5 }
  2198.  
  2199.                Syntax:
  2200.                     INTEGER
  2201.  
  2202.                Definition:
  2203.                     Boolean whether ICMP redirects will be sent or not.
  2204.  
  2205.                Access:
  2206.                     read-only.
  2207.  
  2208.                Status:
  2209.                     mandatory.
  2210.  
  2211.  
  2212.                OBJECT:
  2213.  
  2214.  
  2215.  
  2216.  
  2217.  
  2218.           cisco MIB                                            [Page 37]
  2219.  
  2220.  
  2221.  
  2222.  
  2223.  
  2224.  
  2225.           Request for Comments: Draft                cisco Systems, Inc.
  2226.  
  2227.  
  2228.                -------
  2229.                     locIPUnreach { lipAddrEntry 6 }
  2230.  
  2231.                Syntax:
  2232.                     INTEGER
  2233.  
  2234.                Definition:
  2235.                     Boolean whether ICMP unreachables will be sent or
  2236.                     not.
  2237.  
  2238.                Access:
  2239.                     read-only.
  2240.  
  2241.                Status:
  2242.                     mandatory.
  2243.  
  2244.  
  2245.           3.2.3.2.  Local IP Routing Table
  2246.  
  2247.           This group provides additional objects to the table defined by
  2248.           RFC1066.
  2249.  
  2250.                OBJECT:
  2251.                -------
  2252.                     lipRoutingTable { lip 2 }
  2253.  
  2254.                Syntax:
  2255.                     SEQUENCE OF LIpRouteEntry
  2256.  
  2257.                Definition:
  2258.                     A list of IP routing entries.
  2259.  
  2260.                Access:
  2261.                     not-accessible.
  2262.  
  2263.                Status:
  2264.                     mandatory.
  2265.  
  2266.  
  2267.                OBJECT:
  2268.                     lipRouteEntry { lipRoutingTable 1 }
  2269.  
  2270.                Syntax:
  2271.                     LIpRouteEntry ::= SEQUENCE {
  2272.                        locRtMask
  2273.  
  2274.  
  2275.  
  2276.  
  2277.  
  2278.           cisco MIB                                            [Page 38]
  2279.  
  2280.  
  2281.  
  2282.  
  2283.  
  2284.  
  2285.           Request for Comments: Draft                cisco Systems, Inc.
  2286.  
  2287.  
  2288.                           NetworkAddress,
  2289.                        locRtCount
  2290.                           INTEGER,
  2291.                        locRtUses
  2292.                           INTEGER,
  2293.                     }
  2294.  
  2295.                Definition:
  2296.                     A collection of additional objects in the cisco IP
  2297.                     routing implementation.
  2298.  
  2299.                Access:
  2300.                     not-accessible.
  2301.  
  2302.                Status:
  2303.                     mandatory.
  2304.  
  2305.  
  2306.           The following section describes the components of the table.
  2307.  
  2308.                OBJECT:
  2309.                -------
  2310.                     locRtMask { lipRouteEntry 1 }
  2311.  
  2312.                Syntax:
  2313.                     NetworkAddress
  2314.  
  2315.                Definition:
  2316.                     Routing table network mask.
  2317.  
  2318.                Access:
  2319.                     read-only.
  2320.  
  2321.                Status:
  2322.                     mandatory.
  2323.  
  2324.  
  2325.                OBJECT:
  2326.                -------
  2327.                     locRtCount { lipRouteEntry 2 }
  2328.  
  2329.                Syntax:
  2330.                     INTEGER
  2331.  
  2332.                Definition:
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.           cisco MIB                                            [Page 39]
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.           Request for Comments: Draft                cisco Systems, Inc.
  2346.  
  2347.  
  2348.                     Number of parallel routes within routing table.
  2349.  
  2350.                Access:
  2351.                     read-only.
  2352.  
  2353.                Status:
  2354.                     mandatory.
  2355.  
  2356.  
  2357.                OBJECT:
  2358.                -------
  2359.                     locRtUses { lipRouteEntry 3 }
  2360.  
  2361.                Syntax:
  2362.                     INTEGER
  2363.  
  2364.                Definition:
  2365.                     Number of times this route was used in a forward
  2366.                     operation.
  2367.  
  2368.                Access:
  2369.                     read-only.
  2370.  
  2371.                Status:
  2372.                     mandatory.
  2373.  
  2374.  
  2375.                OBJECT:
  2376.                -------
  2377.                     routeFilter { lip 3 }
  2378.  
  2379.                Syntax:
  2380.                     INTEGER
  2381.  
  2382.                Definition:
  2383.                     A simple routing filter used for testing.
  2384.  
  2385.                Access:
  2386.                     read-only.
  2387.  
  2388.                Status:
  2389.                     mandatory.
  2390.  
  2391.  
  2392.                OBJECT:
  2393.  
  2394.  
  2395.  
  2396.  
  2397.  
  2398.           cisco MIB                                            [Page 40]
  2399.  
  2400.  
  2401.  
  2402.  
  2403.  
  2404.  
  2405.           Request for Comments: Draft                cisco Systems, Inc.
  2406.  
  2407.  
  2408.                -------
  2409.                     actThresh { lip 4 }
  2410.  
  2411.                Syntax:
  2412.                     INTEGER
  2413.  
  2414.                Definition:
  2415.                     Threshold of IP accounting records in use before IP
  2416.                     traffic will be iscarded.
  2417.  
  2418.                Access:
  2419.                     read-only.
  2420.  
  2421.                Status:
  2422.                     mandatory.
  2423.  
  2424.  
  2425.                OBJECT:
  2426.                -------
  2427.                     actLostPkts { lip 5 }
  2428.  
  2429.                Syntax:
  2430.                     INTEGER
  2431.  
  2432.                Definition:
  2433.                     Lost IP packets due to memory limitations.
  2434.  
  2435.                Access:
  2436.                     read-only.
  2437.  
  2438.                Status:
  2439.                     mandatory.
  2440.  
  2441.  
  2442.                OBJECT:
  2443.                -------
  2444.                     actLostByts { lip 6 }
  2445.  
  2446.                Syntax:
  2447.                     INTEGER
  2448.  
  2449.                Definition:
  2450.                     Total bytes of lost IP packets.
  2451.  
  2452.                Access:
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.           cisco MIB                                            [Page 41]
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.           Request for Comments: Draft                cisco Systems, Inc.
  2466.  
  2467.  
  2468.                     read-only.
  2469.  
  2470.                Status:
  2471.                     mandatory.
  2472.  
  2473.  
  2474.           3.2.3.3.  Local IP Accounting Table
  2475.  
  2476.           This group provides access to the cisco IP accounting support.
  2477.  
  2478.                OBJECT:
  2479.                -------
  2480.                     lipAccountingTable { lip 7 }
  2481.  
  2482.                Syntax:
  2483.                     SEQUENCE OF LIpAccountEntry
  2484.  
  2485.                Definition:
  2486.                     A list of IP accounting entries.
  2487.  
  2488.                Access:
  2489.                     not-accessible.
  2490.  
  2491.                Status:
  2492.                     mandatory.
  2493.  
  2494.  
  2495.                OBJECT:
  2496.                     lipAccountEntry { lipAccountingTable 1 }
  2497.  
  2498.                Syntax:
  2499.                     LIpAccountEntry ::= SEQUENCE {
  2500.                        actSrc
  2501.                           NetworkAddress,
  2502.                        actDst
  2503.                           NetworkAddress,
  2504.                        actPkts
  2505.                           INTEGER,
  2506.                        actByts
  2507.                           INTEGER,
  2508.                     }
  2509.  
  2510.                Definition:
  2511.                     A collection of objects necessary for IP accounting.
  2512.  
  2513.  
  2514.  
  2515.  
  2516.  
  2517.  
  2518.           cisco MIB                                            [Page 42]
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524.  
  2525.           Request for Comments: Draft                cisco Systems, Inc.
  2526.  
  2527.  
  2528.                Access:
  2529.                     not-accessible.
  2530.  
  2531.                Status:
  2532.                     mandatory.
  2533.  
  2534.  
  2535.           The following section describes the components of the table.
  2536.  
  2537.                OBJECT:
  2538.                -------
  2539.                     actSrc { lipAccountEntry 1 }
  2540.  
  2541.                Syntax:
  2542.                     NetworkAddress
  2543.  
  2544.                Definition:
  2545.                     IP Source address for host traffic matrix.
  2546.  
  2547.                Access:
  2548.                     read-only.
  2549.  
  2550.                Status:
  2551.                     mandatory.
  2552.  
  2553.  
  2554.                OBJECT:
  2555.                -------
  2556.                     actDst { lipAccountEntry 2 }
  2557.  
  2558.                Syntax:
  2559.                     NetworkAddress
  2560.  
  2561.                Definition:
  2562.                     IP Destination address for host traffic matrix.
  2563.  
  2564.                Access:
  2565.                     read-only.
  2566.  
  2567.                Status:
  2568.                     mandatory.
  2569.  
  2570.  
  2571.                OBJECT:
  2572.                -------
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.           cisco MIB                                            [Page 43]
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584.  
  2585.           Request for Comments: Draft                cisco Systems, Inc.
  2586.  
  2587.  
  2588.                     actPkts { lipAccountEntry 3 }
  2589.  
  2590.                Syntax:
  2591.                     INTEGER
  2592.  
  2593.                Definition:
  2594.                     Number of IP packets sent from source to
  2595.                     destination.
  2596.  
  2597.                Access:
  2598.                     read-only.
  2599.  
  2600.                Status:
  2601.                     mandatory.
  2602.  
  2603.  
  2604.                OBJECT:
  2605.                -------
  2606.                     actByts { lipAccountEntry 4 }
  2607.  
  2608.                Syntax:
  2609.                     INTEGER
  2610.  
  2611.                Definition:
  2612.                     Total number of bytes in IP packets from source to
  2613.                     destination.
  2614.  
  2615.                Access:
  2616.                     read-only.
  2617.  
  2618.                Status:
  2619.                     mandatory.
  2620.  
  2621.  
  2622.           3.2.4.  Local TCP Group
  2623.  
  2624.           This group is present in all products which are using the TCP
  2625.           protocol.
  2626.  
  2627.           3.2.4.1.  Local TCP Connection Table
  2628.  
  2629.           This group provides additional objects to the table defined by
  2630.           RFC1066.
  2631.  
  2632.                OBJECT:
  2633.  
  2634.  
  2635.  
  2636.  
  2637.  
  2638.           cisco MIB                                            [Page 44]
  2639.  
  2640.  
  2641.  
  2642.  
  2643.  
  2644.  
  2645.           Request for Comments: Draft                cisco Systems, Inc.
  2646.  
  2647.  
  2648.                -------
  2649.                     ltcpConnTable { ltcp 1 }
  2650.  
  2651.                Syntax:
  2652.                     SEQUENCE OF LTcpConnEntry
  2653.  
  2654.                Definition:
  2655.                     A list of TCP connection entries.
  2656.  
  2657.                Access:
  2658.                     not-accessible.
  2659.  
  2660.                Status:
  2661.                     mandatory.
  2662.  
  2663.  
  2664.                OBJECT:
  2665.                     ltcpConnEntry { ltcpConnTable 1 }
  2666.  
  2667.                Syntax:
  2668.                     LTcpConnEntry ::= SEQUENCE {
  2669.                        loctcpConnInBytes
  2670.                           INTEGER,
  2671.                        loctcpConnOutBytes
  2672.                           INTEGER,
  2673.                        loctcpConnInPkts
  2674.                           INTEGER,
  2675.                        loctcpConnOutPkts
  2676.                           INTEGER,
  2677.                        loctcpConnElapsed
  2678.                           TimeTicks,
  2679.                     }
  2680.  
  2681.                Definition:
  2682.                     A collection of additional objects in the cisco TCP
  2683.                     implementation.
  2684.  
  2685.                Access:
  2686.                     not-accessible.
  2687.  
  2688.                Status:
  2689.                     mandatory.
  2690.  
  2691.  
  2692.  
  2693.  
  2694.  
  2695.  
  2696.  
  2697.  
  2698.           cisco MIB                                            [Page 45]
  2699.  
  2700.  
  2701.  
  2702.  
  2703.  
  2704.  
  2705.           Request for Comments: Draft                cisco Systems, Inc.
  2706.  
  2707.  
  2708.           The following section describes the components of the table.
  2709.  
  2710.                OBJECT:
  2711.                -------
  2712.                     loctcpConnInBytes { ltcpConnEntry 1 }
  2713.  
  2714.                Syntax:
  2715.                     INTEGER
  2716.  
  2717.                Definition:
  2718.                     Bytes input for this TCP connection.
  2719.  
  2720.                Access:
  2721.                     read-only.
  2722.  
  2723.                Status:
  2724.                     mandatory.
  2725.  
  2726.  
  2727.                OBJECT:
  2728.                -------
  2729.                     loctcpConnOutBytes { ltcpConnEntry 2 }
  2730.  
  2731.                Syntax:
  2732.                     INTEGER
  2733.  
  2734.                Definition:
  2735.                     Bytes output for this TCP connection.
  2736.  
  2737.                Access:
  2738.                     read-only.
  2739.  
  2740.                Status:
  2741.                     mandatory.
  2742.  
  2743.  
  2744.                OBJECT:
  2745.                -------
  2746.                     loctcpConnInPkts { ltcpConnEntry 3 }
  2747.  
  2748.                Syntax:
  2749.                     INTEGER
  2750.  
  2751.                Definition:
  2752.                     Packets input for this TCP connection.
  2753.  
  2754.  
  2755.  
  2756.  
  2757.  
  2758.           cisco MIB                                            [Page 46]
  2759.  
  2760.  
  2761.  
  2762.  
  2763.  
  2764.  
  2765.           Request for Comments: Draft                cisco Systems, Inc.
  2766.  
  2767.  
  2768.                Access:
  2769.                     read-only.
  2770.  
  2771.                Status:
  2772.                     mandatory.
  2773.  
  2774.  
  2775.                OBJECT:
  2776.                -------
  2777.                     loctcpConnOutPkts { ltcpConnEntry 4 }
  2778.  
  2779.                Syntax:
  2780.                     INTEGER
  2781.  
  2782.                Definition:
  2783.                     Packets output for this TCP connection.
  2784.  
  2785.                Access:
  2786.                     read-only.
  2787.  
  2788.                Status:
  2789.                     mandatory.
  2790.  
  2791.  
  2792.                OBJECT:
  2793.                -------
  2794.                     loctcpConnElapsed { ltcpConnEntry 5 }
  2795.  
  2796.                Syntax:
  2797.                     TimeTicks
  2798.  
  2799.                Definition:
  2800.                     How long this TCP connection has been established.
  2801.  
  2802.                Access:
  2803.                     read-only.
  2804.  
  2805.                Status:
  2806.                     mandatory.
  2807.  
  2808.  
  2809.           3.2.5.  Local cisco Terminal Server Group
  2810.  
  2811.           This group is present in all products which contain
  2812.           asynchronous terminal lines.
  2813.  
  2814.  
  2815.  
  2816.  
  2817.  
  2818.           cisco MIB                                            [Page 47]
  2819.  
  2820.  
  2821.  
  2822.  
  2823.  
  2824.  
  2825.           Request for Comments: Draft                cisco Systems, Inc.
  2826.  
  2827.  
  2828.                OBJECT:
  2829.                -------
  2830.                     tsLines { lts 1 }
  2831.  
  2832.                Syntax:
  2833.                     INTEGER
  2834.  
  2835.                Definition:
  2836.                     Number of physical lines on this device.
  2837.  
  2838.                Access:
  2839.                     read-only.
  2840.  
  2841.                Status:
  2842.                     optional.
  2843.  
  2844.  
  2845.           3.2.5.1.  Local Terminal Server Line Table
  2846.  
  2847.           This group contains terminal server specific information on a
  2848.           per line basis.
  2849.  
  2850.                OBJECT:
  2851.                -------
  2852.                     ltsLineTable { lts 2 }
  2853.  
  2854.                Syntax:
  2855.                     SEQUENCE OF LTsLineEntry
  2856.  
  2857.                Definition:
  2858.                     A list of terminal server line entries.
  2859.  
  2860.                Access:
  2861.                     not-accessible.
  2862.  
  2863.                Status:
  2864.                     optional.
  2865.  
  2866.  
  2867.                OBJECT:
  2868.                     ltsLineEntry { ltsLineTable 1 }
  2869.  
  2870.                Syntax:
  2871.                     LTsLineEntry ::= SEQUENCE {
  2872.                        tsLineActive
  2873.  
  2874.  
  2875.  
  2876.  
  2877.  
  2878.           cisco MIB                                            [Page 48]
  2879.  
  2880.  
  2881.  
  2882.  
  2883.  
  2884.  
  2885.           Request for Comments: Draft                cisco Systems, Inc.
  2886.  
  2887.  
  2888.                           INTEGER,
  2889.                        tsLineType
  2890.                           INTEGER,
  2891.                        tsLineAutobaud
  2892.                           INTEGER,
  2893.                        tsLineSpeedin
  2894.                           INTEGER,
  2895.                        tsLineSpeedout
  2896.                           INTEGER,
  2897.                        tsLineFlow
  2898.                           INTEGER,
  2899.                        tsLineModem
  2900.                           INTEGER,
  2901.                        tsLineLoc
  2902.                           OCTET STRING,
  2903.                        tsLineTerm
  2904.                           OCTET STRING,
  2905.                        tsLineScrlen
  2906.                           INTEGER,
  2907.                        tsLineScrwid
  2908.                           INTEGER,
  2909.                        tsLineEsc
  2910.                           OCTET STRING,
  2911.                        tsLineTmo
  2912.                           INTEGER,
  2913.                        tsLineSestmo
  2914.                           INTEGER,
  2915.                        tsLineRotary
  2916.                           INTEGER,
  2917.                        tsLineUses
  2918.                           INTEGER,
  2919.                        tsLineNses
  2920.                           INTEGER,
  2921.                        tsLineUser
  2922.                           OCTET STRING,
  2923.                     }
  2924.  
  2925.                Definition:
  2926.                     A collection of per TTY objects in the cisco
  2927.                     Terminal Server implementation.
  2928.  
  2929.                Access:
  2930.                     not-accessible.
  2931.  
  2932.                Status:
  2933.  
  2934.  
  2935.  
  2936.  
  2937.  
  2938.           cisco MIB                                            [Page 49]
  2939.  
  2940.  
  2941.  
  2942.  
  2943.  
  2944.  
  2945.           Request for Comments: Draft                cisco Systems, Inc.
  2946.  
  2947.  
  2948.                     optional.
  2949.  
  2950.  
  2951.           The following section describes the components of the table.
  2952.  
  2953.                OBJECT:
  2954.                -------
  2955.                     tsLineActive { ltsLineEntry 1 }
  2956.  
  2957.                Syntax:
  2958.                     INTEGER
  2959.  
  2960.                Definition:
  2961.                     Boolean whether this line is active or not.
  2962.  
  2963.                Access:
  2964.                     read-only.
  2965.  
  2966.                Status:
  2967.                     optional.
  2968.  
  2969.  
  2970.                OBJECT:
  2971.                -------
  2972.                     tsLineType { ltsLineEntry 2 }
  2973.  
  2974.                Syntax:
  2975.                     INTEGER {
  2976.                          unknown(1),
  2977.                          console(2),
  2978.                          terminal(3),
  2979.                          line-printer(4),
  2980.                          virtual-terminal(5),
  2981.                          auxiliary(6)
  2982.                     }
  2983.  
  2984.                Definition:
  2985.                     Type of line.
  2986.  
  2987.                Access:
  2988.                     read-only.
  2989.  
  2990.                Status:
  2991.                     optional.
  2992.  
  2993.  
  2994.  
  2995.  
  2996.  
  2997.  
  2998.           cisco MIB                                            [Page 50]
  2999.  
  3000.  
  3001.  
  3002.  
  3003.  
  3004.  
  3005.           Request for Comments: Draft                cisco Systems, Inc.
  3006.  
  3007.  
  3008.                OBJECT:
  3009.                -------
  3010.                     tsLineAutobaud { ltsLineEntry 3 }
  3011.  
  3012.                Syntax:
  3013.                     INTEGER
  3014.  
  3015.                Definition:
  3016.                     Boolean whether line will autobaud or not.
  3017.  
  3018.                Access:
  3019.                     read-only.
  3020.  
  3021.                Status:
  3022.                     optional.
  3023.  
  3024.  
  3025.                OBJECT:
  3026.                -------
  3027.                     tsLineSpeedin { ltsLineEntry 4 }
  3028.  
  3029.                Syntax:
  3030.                     INTEGER
  3031.  
  3032.                Definition:
  3033.                     What input speed the line is running at.
  3034.  
  3035.                Access:
  3036.                     read-only.
  3037.  
  3038.                Status:
  3039.                     optional.
  3040.  
  3041.  
  3042.                OBJECT:
  3043.                -------
  3044.                     tsLineSpeedout { ltsLineEntry 5 }
  3045.  
  3046.                Syntax:
  3047.                     INTEGER
  3048.  
  3049.                Definition:
  3050.                     What output speed the line is running at.
  3051.  
  3052.                Access:
  3053.  
  3054.  
  3055.  
  3056.  
  3057.  
  3058.           cisco MIB                                            [Page 51]
  3059.  
  3060.  
  3061.  
  3062.  
  3063.  
  3064.  
  3065.           Request for Comments: Draft                cisco Systems, Inc.
  3066.  
  3067.  
  3068.                     read-only.
  3069.  
  3070.                Status:
  3071.                     optional.
  3072.  
  3073.  
  3074.                OBJECT:
  3075.                -------
  3076.                     tsLineFlow { ltsLineEntry 6 }
  3077.  
  3078.                Syntax:
  3079.                     INTEGER {
  3080.                          unknown(1),
  3081.                          none(2),
  3082.                          software-input(3),
  3083.                          software-output(4),
  3084.                          software-both(5),
  3085.                          hardware-input(6),
  3086.                          hardware-output(7),
  3087.                          hardware-both(8)
  3088.                     }
  3089.  
  3090.                Definition:
  3091.                     What kind of flow control the line is using.
  3092.  
  3093.                Access:
  3094.                     read-only.
  3095.  
  3096.                Status:
  3097.                     optional.
  3098.  
  3099.  
  3100.                OBJECT:
  3101.                -------
  3102.                     tsLineModem { ltsLineEntry 7 }
  3103.  
  3104.                Syntax:
  3105.                     INTEGER {
  3106.                          unknown(1),
  3107.                          none(2),
  3108.                          call-in(3),
  3109.                          call-out(4),
  3110.                          cts-required(5),
  3111.                          rs-is-cd(6)
  3112.                     }
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.           cisco MIB                                            [Page 52]
  3119.  
  3120.  
  3121.  
  3122.  
  3123.  
  3124.  
  3125.           Request for Comments: Draft                cisco Systems, Inc.
  3126.  
  3127.  
  3128.                Definition:
  3129.                     What kind of modem control the line is using.
  3130.  
  3131.                Access:
  3132.                     read-only.
  3133.  
  3134.                Status:
  3135.                     optional.
  3136.  
  3137.  
  3138.                OBJECT:
  3139.                -------
  3140.                     tsLineLoc { ltsLineEntry 8 }
  3141.  
  3142.                Syntax:
  3143.                     OCTET STRING
  3144.  
  3145.                Definition:
  3146.                     Printable ascii string which describes the line's
  3147.                     physical location.
  3148.  
  3149.                Access:
  3150.                     read-only.
  3151.  
  3152.                Status:
  3153.                     optional.
  3154.  
  3155.  
  3156.                OBJECT:
  3157.                -------
  3158.                     tsLineTerm { ltsLineEntry 9 }
  3159.  
  3160.                Syntax:
  3161.                     OCTET STRING
  3162.  
  3163.                Definition:
  3164.                     Printable ascii string which describes the line's
  3165.                     terminal type.
  3166.  
  3167.                Access:
  3168.                     read-only.
  3169.  
  3170.                Status:
  3171.                     optional.
  3172.  
  3173.  
  3174.  
  3175.  
  3176.  
  3177.  
  3178.           cisco MIB                                            [Page 53]
  3179.  
  3180.  
  3181.  
  3182.  
  3183.  
  3184.  
  3185.           Request for Comments: Draft                cisco Systems, Inc.
  3186.  
  3187.  
  3188.                OBJECT:
  3189.                -------
  3190.                     tsLineScrlen { ltsLineEntry 10 }
  3191.  
  3192.                Syntax:
  3193.                     INTEGER
  3194.  
  3195.                Definition:
  3196.                     Length in lines of the screen of terminal attached
  3197.                     to this line.
  3198.  
  3199.                Access:
  3200.                     read-only.
  3201.  
  3202.                Status:
  3203.                     optional.
  3204.  
  3205.  
  3206.                OBJECT:
  3207.                -------
  3208.                     tsLineScrwid { ltsLineEntry 11 }
  3209.  
  3210.                Syntax:
  3211.                     INTEGER
  3212.  
  3213.                Definition:
  3214.                     Width in characters of the screen of terminal
  3215.                     attached to this line.
  3216.  
  3217.                Access:
  3218.                     read-only.
  3219.  
  3220.                Status:
  3221.                     optional.
  3222.  
  3223.  
  3224.                OBJECT:
  3225.                -------
  3226.                     tsLineEsc { ltsLineEntry 12 }
  3227.  
  3228.                Syntax:
  3229.                     OCTET STRING
  3230.  
  3231.                Definition:
  3232.                     Escape character used to break out of active
  3233.  
  3234.  
  3235.  
  3236.  
  3237.  
  3238.           cisco MIB                                            [Page 54]
  3239.  
  3240.  
  3241.  
  3242.  
  3243.  
  3244.  
  3245.           Request for Comments: Draft                cisco Systems, Inc.
  3246.  
  3247.  
  3248.                     sessions.
  3249.  
  3250.                Access:
  3251.                     read-only.
  3252.  
  3253.                Status:
  3254.                     optional.
  3255.  
  3256.  
  3257.                OBJECT:
  3258.                -------
  3259.                     tsLineTmo { ltsLineEntry 13 }
  3260.  
  3261.                Syntax:
  3262.                     INTEGER
  3263.  
  3264.                Definition:
  3265.                     Line idleness timeout in seconds.
  3266.  
  3267.                Access:
  3268.                     read-only.
  3269.  
  3270.                Status:
  3271.                     optional.
  3272.  
  3273.  
  3274.                OBJECT:
  3275.                -------
  3276.                     tsLineSestmo { ltsLineEntry 14 }
  3277.  
  3278.                Syntax:
  3279.                     INTEGER
  3280.  
  3281.                Definition:
  3282.                     Session idleness timeout in second.
  3283.  
  3284.                Access:
  3285.                     read-only.
  3286.  
  3287.                Status:
  3288.                     optional.
  3289.  
  3290.  
  3291.                OBJECT:
  3292.                -------
  3293.  
  3294.  
  3295.  
  3296.  
  3297.  
  3298.           cisco MIB                                            [Page 55]
  3299.  
  3300.  
  3301.  
  3302.  
  3303.  
  3304.  
  3305.           Request for Comments: Draft                cisco Systems, Inc.
  3306.  
  3307.  
  3308.                     tsLineRotary { ltsLineEntry 15 }
  3309.  
  3310.                Syntax:
  3311.                     INTEGER
  3312.  
  3313.                Definition:
  3314.                     Rotary group number the line belongs in.
  3315.  
  3316.                Access:
  3317.                     read-only.
  3318.  
  3319.                Status:
  3320.                     optional.
  3321.  
  3322.  
  3323.                OBJECT:
  3324.                -------
  3325.                     tsLineUses { ltsLineEntry 16 }
  3326.  
  3327.                Syntax:
  3328.                     INTEGER
  3329.  
  3330.                Definition:
  3331.                     Number of times this line was been activated.
  3332.  
  3333.                Access:
  3334.                     read-only.
  3335.  
  3336.                Status:
  3337.                     optional.
  3338.  
  3339.  
  3340.                OBJECT:
  3341.                -------
  3342.                     tsLineNses { ltsLineEntry 17 }
  3343.  
  3344.                Syntax:
  3345.                     INTEGER
  3346.  
  3347.                Definition:
  3348.                     Current number of sessions in use on this line.
  3349.  
  3350.                Access:
  3351.                     read-only.
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358.           cisco MIB                                            [Page 56]
  3359.  
  3360.  
  3361.  
  3362.  
  3363.  
  3364.  
  3365.           Request for Comments: Draft                cisco Systems, Inc.
  3366.  
  3367.  
  3368.                Status:
  3369.                     optional.
  3370.  
  3371.  
  3372.                OBJECT:
  3373.                -------
  3374.                     tsLineUser { ltsLineEntry 18 }
  3375.  
  3376.                Syntax:
  3377.                     OCTET STRING
  3378.  
  3379.                Definition:
  3380.                     TACACS user name, if TACACS enabled, of user on this
  3381.                     line.
  3382.  
  3383.                Access:
  3384.                     read-only.
  3385.  
  3386.                Status:
  3387.                     optional.
  3388.  
  3389.  
  3390.           3.2.5.2.  Local Terminal Server Line Session Table
  3391.  
  3392.           This group contains terminal server specific information on a
  3393.           per line and session basis.
  3394.  
  3395.                OBJECT:
  3396.                -------
  3397.                     ltsLineSessionTable { lts 3 }
  3398.  
  3399.                Syntax:
  3400.                     SEQUENCE OF LTsLineSessionEntry
  3401.  
  3402.                Definition:
  3403.                     A list of terminal server line and session entries.
  3404.  
  3405.                Access:
  3406.                     not-accessible.
  3407.  
  3408.                Status:
  3409.                     optional.
  3410.  
  3411.  
  3412.                OBJECT:
  3413.  
  3414.  
  3415.  
  3416.  
  3417.  
  3418.           cisco MIB                                            [Page 57]
  3419.  
  3420.  
  3421.  
  3422.  
  3423.  
  3424.  
  3425.           Request for Comments: Draft                cisco Systems, Inc.
  3426.  
  3427.  
  3428.                     ltsLineSessionEntry { ltsLineSessionTable 1 }
  3429.  
  3430.                Syntax:
  3431.                     LTsLineSessionEntry ::= SEQUENCE {
  3432.                        tslineSesType
  3433.                           INTEGER,
  3434.                        tslineSesDir
  3435.                           INTEGER,
  3436.                        tslineSesAddr
  3437.                           NetworkAddress,
  3438.                        tslineSesName
  3439.                           OCTET STRING,
  3440.                        tslineSesCur
  3441.                           INTEGER,
  3442.                        tslineSesIdle
  3443.                           INTEGER,
  3444.                     }
  3445.  
  3446.                Definition:
  3447.                     A collection of per session and per TTY objects in
  3448.                     the cisco Terminal Server implementation.
  3449.  
  3450.                Access:
  3451.                     not-accessible.
  3452.  
  3453.                Status:
  3454.                     optional.
  3455.  
  3456.  
  3457.           The following section describes the components of the table.
  3458.  
  3459.                OBJECT:
  3460.                -------
  3461.                     tslineSesType { ltsLineSessionEntry 1 }
  3462.  
  3463.                Syntax:
  3464.                     INTEGER {
  3465.                          unknown(1),
  3466.                          pad(2),
  3467.                          stream(3),
  3468.                          rlogin(4),
  3469.                          telnet(5)
  3470.                     }
  3471.  
  3472.                Definition:
  3473.  
  3474.  
  3475.  
  3476.  
  3477.  
  3478.           cisco MIB                                            [Page 58]
  3479.  
  3480.  
  3481.  
  3482.  
  3483.  
  3484.  
  3485.           Request for Comments: Draft                cisco Systems, Inc.
  3486.  
  3487.  
  3488.                     Type of session.
  3489.  
  3490.                Access:
  3491.                     read-only.
  3492.  
  3493.                Status:
  3494.                     optional.
  3495.  
  3496.  
  3497.                OBJECT:
  3498.                -------
  3499.                     tslineSesDir { ltsLineSessionEntry 2 }
  3500.  
  3501.                Syntax:
  3502.                     INTEGER {
  3503.                          unknown(1),
  3504.                          incoming(2),
  3505.                          outgoing(3)
  3506.                     }
  3507.  
  3508.                Definition:
  3509.                     Direction of session.
  3510.  
  3511.                Access:
  3512.                     read-only.
  3513.  
  3514.                Status:
  3515.                     optional.
  3516.  
  3517.  
  3518.                OBJECT:
  3519.                -------
  3520.                     tslineSesAddr { ltsLineSessionEntry 3 }
  3521.  
  3522.                Syntax:
  3523.                     NetworkAddress
  3524.  
  3525.                Definition:
  3526.                     Remote host address of session. [What about PAD
  3527.                     connections?]
  3528.  
  3529.                Access:
  3530.                     read-only.
  3531.  
  3532.                Status:
  3533.  
  3534.  
  3535.  
  3536.  
  3537.  
  3538.           cisco MIB                                            [Page 59]
  3539.  
  3540.  
  3541.  
  3542.  
  3543.  
  3544.  
  3545.           Request for Comments: Draft                cisco Systems, Inc.
  3546.  
  3547.  
  3548.                     optional.
  3549.  
  3550.  
  3551.                OBJECT:
  3552.                -------
  3553.                     tslineSesName { ltsLineSessionEntry 4 }
  3554.  
  3555.                Syntax:
  3556.                     OCTET STRING
  3557.  
  3558.                Definition:
  3559.                     Remote host name of session.
  3560.  
  3561.                Access:
  3562.                     read-only.
  3563.  
  3564.                Status:
  3565.                     optional.
  3566.  
  3567.  
  3568.                OBJECT:
  3569.                -------
  3570.                     tslineSesCur { ltsLineSessionEntry 5 }
  3571.  
  3572.                Syntax:
  3573.                     INTEGER
  3574.  
  3575.                Definition:
  3576.                     Boolean whether session is the currently active one.
  3577.  
  3578.                Access:
  3579.                     read-only.
  3580.  
  3581.                Status:
  3582.                     optional.
  3583.  
  3584.  
  3585.                OBJECT:
  3586.                -------
  3587.                     tslineSesIdle { ltsLineSessionEntry 6 }
  3588.  
  3589.                Syntax:
  3590.                     INTEGER
  3591.  
  3592.                Definition:
  3593.  
  3594.  
  3595.  
  3596.  
  3597.  
  3598.           cisco MIB                                            [Page 60]
  3599.  
  3600.  
  3601.  
  3602.  
  3603.  
  3604.  
  3605.           Request for Comments: Draft                cisco Systems, Inc.
  3606.  
  3607.  
  3608.                     Time in seconds session has been idle.
  3609.  
  3610.                Access:
  3611.                     read-only.
  3612.  
  3613.                Status:
  3614.                     optional.
  3615.  
  3616.  
  3617.           3.3.  Temporary Variable Section
  3618.  
  3619.           This section is equivalent to the experimental space defined
  3620.           by the SMI. It contains variables that are useful to have but
  3621.           are beyond cisco's ability to control and maintain. This
  3622.           section can change from release to release without warning.
  3623.           This document controls what is contained here for this
  3624.           version.
  3625.  
  3626.           3.3.1.  Temporary DECNET Section
  3627.  
  3628.           This group is present in all router based products.
  3629.  
  3630.                OBJECT:
  3631.                -------
  3632.                     dnForward { decnet 1 }
  3633.  
  3634.                Syntax:
  3635.                     INTEGER
  3636.  
  3637.                Definition:
  3638.                     Total count of DECNET packets forwarded.
  3639.  
  3640.                Access:
  3641.                     read-only.
  3642.  
  3643.                Status:
  3644.                     experimental.
  3645.  
  3646.  
  3647.                OBJECT:
  3648.                -------
  3649.                     dnReceived { decnet 2 }
  3650.  
  3651.                Syntax:
  3652.                     INTEGER
  3653.  
  3654.  
  3655.  
  3656.  
  3657.  
  3658.           cisco MIB                                            [Page 61]
  3659.  
  3660.  
  3661.  
  3662.  
  3663.  
  3664.  
  3665.           Request for Comments: Draft                cisco Systems, Inc.
  3666.  
  3667.  
  3668.                Definition:
  3669.                     Count of total DECNET packets received.
  3670.  
  3671.                Access:
  3672.                     read-only.
  3673.  
  3674.                Status:
  3675.                     experimental.
  3676.  
  3677.  
  3678.                OBJECT:
  3679.                -------
  3680.                     dnFormaterr { decnet 3 }
  3681.  
  3682.                Syntax:
  3683.                     INTEGER
  3684.  
  3685.                Definition:
  3686.                     Total number of DECNET packets received with header
  3687.                     errors.
  3688.  
  3689.                Access:
  3690.                     read-only.
  3691.  
  3692.                Status:
  3693.                     experimental.
  3694.  
  3695.  
  3696.                OBJECT:
  3697.                -------
  3698.                     dnNotgateway { decnet 4 }
  3699.  
  3700.                Syntax:
  3701.                     INTEGER
  3702.  
  3703.                Definition:
  3704.                     Total number of packets received while not routing.
  3705.  
  3706.                Access:
  3707.                     read-only.
  3708.  
  3709.                Status:
  3710.                     experimental.
  3711.  
  3712.  
  3713.  
  3714.  
  3715.  
  3716.  
  3717.  
  3718.           cisco MIB                                            [Page 62]
  3719.  
  3720.  
  3721.  
  3722.  
  3723.  
  3724.  
  3725.           Request for Comments: Draft                cisco Systems, Inc.
  3726.  
  3727.  
  3728.                OBJECT:
  3729.                -------
  3730.                     dnNotimp { decnet 5 }
  3731.  
  3732.                Syntax:
  3733.                     INTEGER
  3734.  
  3735.                Definition:
  3736.                     Total number of received unknown control packets.
  3737.  
  3738.                Access:
  3739.                     read-only.
  3740.  
  3741.                Status:
  3742.                     experimental.
  3743.  
  3744.  
  3745.                OBJECT:
  3746.                -------
  3747.                     dnHellos { decnet 6 }
  3748.  
  3749.                Syntax:
  3750.                     INTEGER
  3751.  
  3752.                Definition:
  3753.                     Total number of Hellos received.
  3754.  
  3755.                Access:
  3756.                     read-only.
  3757.  
  3758.                Status:
  3759.                     experimental.
  3760.  
  3761.  
  3762.                OBJECT:
  3763.                -------
  3764.                     dnBadhello { decnet 7 }
  3765.  
  3766.                Syntax:
  3767.                     INTEGER
  3768.  
  3769.                Definition:
  3770.                     Total number of received bad Hellos.
  3771.  
  3772.                Access:
  3773.  
  3774.  
  3775.  
  3776.  
  3777.  
  3778.           cisco MIB                                            [Page 63]
  3779.  
  3780.  
  3781.  
  3782.  
  3783.  
  3784.  
  3785.           Request for Comments: Draft                cisco Systems, Inc.
  3786.  
  3787.  
  3788.                     read-only.
  3789.  
  3790.                Status:
  3791.                     experimental.
  3792.  
  3793.  
  3794.                OBJECT:
  3795.                -------
  3796.                     dnNotlong { decnet 8 }
  3797.  
  3798.                Syntax:
  3799.                     INTEGER
  3800.  
  3801.                Definition:
  3802.                     Total number of received packets not in long format.
  3803.  
  3804.                Access:
  3805.                     read-only.
  3806.  
  3807.                Status:
  3808.                     experimental.
  3809.  
  3810.  
  3811.                OBJECT:
  3812.                -------
  3813.                     dnDatas { decnet 9 }
  3814.  
  3815.                Syntax:
  3816.                     INTEGER
  3817.  
  3818.                Definition:
  3819.                     Total number of received data packets.
  3820.  
  3821.                Access:
  3822.                     read-only.
  3823.  
  3824.                Status:
  3825.                     experimental.
  3826.  
  3827.  
  3828.                OBJECT:
  3829.                -------
  3830.                     dnBigaddr { decnet 10 }
  3831.  
  3832.                Syntax:
  3833.  
  3834.  
  3835.  
  3836.  
  3837.  
  3838.           cisco MIB                                            [Page 64]
  3839.  
  3840.  
  3841.  
  3842.  
  3843.  
  3844.  
  3845.           Request for Comments: Draft                cisco Systems, Inc.
  3846.  
  3847.  
  3848.                     INTEGER
  3849.  
  3850.                Definition:
  3851.                     Total number of too large addresses.
  3852.  
  3853.                Access:
  3854.                     read-only.
  3855.  
  3856.                Status:
  3857.                     experimental.
  3858.  
  3859.  
  3860.                OBJECT:
  3861.                -------
  3862.                     dnNoroute { decnet 11 }
  3863.  
  3864.                Syntax:
  3865.                     INTEGER
  3866.  
  3867.                Definition:
  3868.                     Total number of packets dropped due to no route
  3869.                     present.
  3870.  
  3871.                Access:
  3872.                     read-only.
  3873.  
  3874.                Status:
  3875.                     experimental.
  3876.  
  3877.  
  3878.                OBJECT:
  3879.                -------
  3880.                     dnNoencap { decnet 12 }
  3881.  
  3882.                Syntax:
  3883.                     INTEGER
  3884.  
  3885.                Definition:
  3886.                     Total number of packets dropped due to output
  3887.                     encapsulation failure.
  3888.  
  3889.                Access:
  3890.                     read-only.
  3891.  
  3892.                Status:
  3893.  
  3894.  
  3895.  
  3896.  
  3897.  
  3898.           cisco MIB                                            [Page 65]
  3899.  
  3900.  
  3901.  
  3902.  
  3903.  
  3904.  
  3905.           Request for Comments: Draft                cisco Systems, Inc.
  3906.  
  3907.  
  3908.                     experimental.
  3909.  
  3910.  
  3911.                OBJECT:
  3912.                -------
  3913.                     dnLevel1s { decnet 13 }
  3914.  
  3915.                Syntax:
  3916.                     INTEGER
  3917.  
  3918.                Definition:
  3919.                     Total number of Level 1 routing packets received.
  3920.  
  3921.                Access:
  3922.                     read-only.
  3923.  
  3924.                Status:
  3925.                     experimental.
  3926.  
  3927.  
  3928.                OBJECT:
  3929.                -------
  3930.                     dnBadlevel1 { decnet 14 }
  3931.  
  3932.                Syntax:
  3933.                     INTEGER
  3934.  
  3935.                Definition:
  3936.                     Total number of bad Level 1 routing packets
  3937.                     received.
  3938.  
  3939.                Access:
  3940.                     read-only.
  3941.  
  3942.                Status:
  3943.                     experimental.
  3944.  
  3945.  
  3946.                OBJECT:
  3947.                -------
  3948.                     dnToomanyhops { decnet 15 }
  3949.  
  3950.                Syntax:
  3951.                     INTEGER
  3952.  
  3953.  
  3954.  
  3955.  
  3956.  
  3957.  
  3958.           cisco MIB                                            [Page 66]
  3959.  
  3960.  
  3961.  
  3962.  
  3963.  
  3964.  
  3965.           Request for Comments: Draft                cisco Systems, Inc.
  3966.  
  3967.  
  3968.                Definition:
  3969.                     Total number of packets received which cisited too
  3970.                     many nodes.
  3971.  
  3972.                Access:
  3973.                     read-only.
  3974.  
  3975.                Status:
  3976.                     experimental.
  3977.  
  3978.  
  3979.                OBJECT:
  3980.                -------
  3981.                     dnHellosent { decnet 16 }
  3982.  
  3983.                Syntax:
  3984.                     INTEGER
  3985.  
  3986.                Definition:
  3987.                     Total numver of Hellos output.
  3988.  
  3989.                Access:
  3990.                     read-only.
  3991.  
  3992.                Status:
  3993.                     experimental.
  3994.  
  3995.  
  3996.                OBJECT:
  3997.                -------
  3998.                     dnLevel1sent { decnet 17 }
  3999.  
  4000.                Syntax:
  4001.                     INTEGER
  4002.  
  4003.                Definition:
  4004.                     Total number of Level 1 routing packets sent.
  4005.  
  4006.                Access:
  4007.                     read-only.
  4008.  
  4009.                Status:
  4010.                     experimental.
  4011.  
  4012.  
  4013.  
  4014.  
  4015.  
  4016.  
  4017.  
  4018.           cisco MIB                                            [Page 67]
  4019.  
  4020.  
  4021.  
  4022.  
  4023.  
  4024.  
  4025.           Request for Comments: Draft                cisco Systems, Inc.
  4026.  
  4027.  
  4028.                OBJECT:
  4029.                -------
  4030.                     dnNomemory { decnet 18 }
  4031.  
  4032.                Syntax:
  4033.                     INTEGER
  4034.  
  4035.                Definition:
  4036.                     Total number of memory requests denied.
  4037.  
  4038.                Access:
  4039.                     read-only.
  4040.  
  4041.                Status:
  4042.                     experimental.
  4043.  
  4044.  
  4045.                OBJECT:
  4046.                -------
  4047.                     dnOtherhello { decnet 19 }
  4048.  
  4049.                Syntax:
  4050.                     INTEGER
  4051.  
  4052.                Definition:
  4053.                     Total number of Hellos received from another area.
  4054.  
  4055.                Access:
  4056.                     read-only.
  4057.  
  4058.                Status:
  4059.                     experimental.
  4060.  
  4061.  
  4062.                OBJECT:
  4063.                -------
  4064.                     dnOtherlevel1 { decnet 20 }
  4065.  
  4066.                Syntax:
  4067.                     INTEGER
  4068.  
  4069.                Definition:
  4070.                     Total number of Level 1 routing packets received
  4071.                     from another area.
  4072.  
  4073.  
  4074.  
  4075.  
  4076.  
  4077.  
  4078.           cisco MIB                                            [Page 68]
  4079.  
  4080.  
  4081.  
  4082.  
  4083.  
  4084.  
  4085.           Request for Comments: Draft                cisco Systems, Inc.
  4086.  
  4087.  
  4088.                Access:
  4089.                     read-only.
  4090.  
  4091.                Status:
  4092.                     experimental.
  4093.  
  4094.  
  4095.                OBJECT:
  4096.                -------
  4097.                     dnLevel2s { decnet 21 }
  4098.  
  4099.                Syntax:
  4100.                     INTEGER
  4101.  
  4102.                Definition:
  4103.                     Total number of Level 2 routing packets received.
  4104.  
  4105.                Access:
  4106.                     read-only.
  4107.  
  4108.                Status:
  4109.                     experimental.
  4110.  
  4111.  
  4112.                OBJECT:
  4113.                -------
  4114.                     dnLevel2sent { decnet 22 }
  4115.  
  4116.                Syntax:
  4117.                     INTEGER
  4118.  
  4119.                Definition:
  4120.                     Total number of Level 2 routing packets sent.
  4121.  
  4122.                Access:
  4123.                     read-only.
  4124.  
  4125.                Status:
  4126.                     experimental.
  4127.  
  4128.  
  4129.                OBJECT:
  4130.                -------
  4131.                     dnNovector { decnet 23 }
  4132.  
  4133.  
  4134.  
  4135.  
  4136.  
  4137.  
  4138.           cisco MIB                                            [Page 69]
  4139.  
  4140.  
  4141.  
  4142.  
  4143.  
  4144.  
  4145.           Request for Comments: Draft                cisco Systems, Inc.
  4146.  
  4147.  
  4148.                Syntax:
  4149.                     INTEGER
  4150.  
  4151.                Definition:
  4152.                     Total number of missing routing vectors.
  4153.  
  4154.                Access:
  4155.                     read-only.
  4156.  
  4157.                Status:
  4158.                     experimental.
  4159.  
  4160.  
  4161.                OBJECT:
  4162.                -------
  4163.                     dnOtherlevel2 { decnet 24 }
  4164.  
  4165.                Syntax:
  4166.                     INTEGER
  4167.  
  4168.                Definition:
  4169.                     Total number of received Level 2 routing packets
  4170.                     from another area.
  4171.  
  4172.                Access:
  4173.                     read-only.
  4174.  
  4175.                Status:
  4176.                     experimental.
  4177.  
  4178.  
  4179.                OBJECT:
  4180.                -------
  4181.                     dnNoaccess { decnet 25 }
  4182.  
  4183.                Syntax:
  4184.                     INTEGER
  4185.  
  4186.                Definition:
  4187.                     Total number of packets dropped due to access
  4188.                     control failure.
  4189.  
  4190.                Access:
  4191.                     read-only.
  4192.  
  4193.  
  4194.  
  4195.  
  4196.  
  4197.  
  4198.           cisco MIB                                            [Page 70]
  4199.  
  4200.  
  4201.  
  4202.  
  4203.  
  4204.  
  4205.           Request for Comments: Draft                cisco Systems, Inc.
  4206.  
  4207.  
  4208.                Status:
  4209.                     experimental.
  4210.  
  4211.  
  4212.           3.3.2.  Temporary XNS Section
  4213.  
  4214.           This group is present in all router based products.
  4215.  
  4216.                OBJECT:
  4217.                -------
  4218.                     xnsInput { xns 1 }
  4219.  
  4220.                Syntax:
  4221.                     INTEGER
  4222.  
  4223.                Definition:
  4224.                     Total input count of number of XNS packets.
  4225.  
  4226.                Access:
  4227.                     read-only.
  4228.  
  4229.                Status:
  4230.                     experimental.
  4231.  
  4232.  
  4233.                OBJECT:
  4234.                -------
  4235.                     xnsLocal { xns 2 }
  4236.  
  4237.                Syntax:
  4238.                     INTEGER
  4239.  
  4240.                Definition:
  4241.                     Total count of XNS input packets for this host.
  4242.  
  4243.                Access:
  4244.                     read-only.
  4245.  
  4246.                Status:
  4247.                     experimental.
  4248.  
  4249.  
  4250.                OBJECT:
  4251.                -------
  4252.                     xnsBcastin { xns 3 }
  4253.  
  4254.  
  4255.  
  4256.  
  4257.  
  4258.           cisco MIB                                            [Page 71]
  4259.  
  4260.  
  4261.  
  4262.  
  4263.  
  4264.  
  4265.           Request for Comments: Draft                cisco Systems, Inc.
  4266.  
  4267.  
  4268.                Syntax:
  4269.                     INTEGER
  4270.  
  4271.                Definition:
  4272.                     Total count of number of XNS input broadcast
  4273.                     packets.
  4274.  
  4275.                Access:
  4276.                     read-only.
  4277.  
  4278.                Status:
  4279.                     experimental.
  4280.  
  4281.  
  4282.                OBJECT:
  4283.                -------
  4284.                     xnsForward { xns 4 }
  4285.  
  4286.                Syntax:
  4287.                     INTEGER
  4288.  
  4289.                Definition:
  4290.                     Total count of number of XNS packets forwarded.
  4291.  
  4292.                Access:
  4293.                     read-only.
  4294.  
  4295.                Status:
  4296.                     experimental.
  4297.  
  4298.  
  4299.                OBJECT:
  4300.                -------
  4301.                     xnsBcastout { xns 5 }
  4302.  
  4303.                Syntax:
  4304.                     INTEGER
  4305.  
  4306.                Definition:
  4307.                     Total count of number of XNS output broadcast
  4308.                     packets.
  4309.  
  4310.                Access:
  4311.                     read-only.
  4312.  
  4313.  
  4314.  
  4315.  
  4316.  
  4317.  
  4318.           cisco MIB                                            [Page 72]
  4319.  
  4320.  
  4321.  
  4322.  
  4323.  
  4324.  
  4325.           Request for Comments: Draft                cisco Systems, Inc.
  4326.  
  4327.  
  4328.                Status:
  4329.                     experimental.
  4330.  
  4331.  
  4332.                OBJECT:
  4333.                -------
  4334.                     xnsErrin { xns 6 }
  4335.  
  4336.                Syntax:
  4337.                     INTEGER
  4338.  
  4339.                Definition:
  4340.                     Total count of number of XNS Error input packets.
  4341.  
  4342.                Access:
  4343.                     read-only.
  4344.  
  4345.                Status:
  4346.                     experimental.
  4347.  
  4348.  
  4349.                OBJECT:
  4350.                -------
  4351.                     xnsErrout { xns 7 }
  4352.  
  4353.                Syntax:
  4354.                     INTEGER
  4355.  
  4356.                Definition:
  4357.                     Total count of number of XNS Error output packets.
  4358.  
  4359.                Access:
  4360.                     read-only.
  4361.  
  4362.                Status:
  4363.                     experimental.
  4364.  
  4365.  
  4366.                OBJECT:
  4367.                -------
  4368.                     xnsFormerr { xns 8 }
  4369.  
  4370.                Syntax:
  4371.                     INTEGER
  4372.  
  4373.  
  4374.  
  4375.  
  4376.  
  4377.  
  4378.           cisco MIB                                            [Page 73]
  4379.  
  4380.  
  4381.  
  4382.  
  4383.  
  4384.  
  4385.           Request for Comments: Draft                cisco Systems, Inc.
  4386.  
  4387.  
  4388.                Definition:
  4389.                     Total count of number of XNS input packets with
  4390.                     header errors.
  4391.  
  4392.                Access:
  4393.                     read-only.
  4394.  
  4395.                Status:
  4396.                     experimental.
  4397.  
  4398.  
  4399.                OBJECT:
  4400.                -------
  4401.                     xnsChksum { xns 9 }
  4402.  
  4403.                Syntax:
  4404.                     INTEGER
  4405.  
  4406.                Definition:
  4407.                     Total count of number of XNS input packets with
  4408.                     checksum erors.
  4409.  
  4410.                Access:
  4411.                     read-only.
  4412.  
  4413.                Status:
  4414.                     experimental.
  4415.  
  4416.  
  4417.                OBJECT:
  4418.                -------
  4419.                     xnsNotgate { xns 10 }
  4420.  
  4421.                Syntax:
  4422.                     INTEGER
  4423.  
  4424.                Definition:
  4425.                     Total count of number of XNS input packets received
  4426.                     while not routing.
  4427.  
  4428.                Access:
  4429.                     read-only.
  4430.  
  4431.                Status:
  4432.                     experimental.
  4433.  
  4434.  
  4435.  
  4436.  
  4437.  
  4438.           cisco MIB                                            [Page 74]
  4439.  
  4440.  
  4441.  
  4442.  
  4443.  
  4444.  
  4445.           Request for Comments: Draft                cisco Systems, Inc.
  4446.  
  4447.  
  4448.                OBJECT:
  4449.                -------
  4450.                     xnsHopcnt { xns 11 }
  4451.  
  4452.                Syntax:
  4453.                     INTEGER
  4454.  
  4455.                Definition:
  4456.                     Total count of number of XNS input packets that have
  4457.                     exceeded the maximum hop count.
  4458.  
  4459.                Access:
  4460.                     read-only.
  4461.  
  4462.                Status:
  4463.                     experimental.
  4464.  
  4465.  
  4466.                OBJECT:
  4467.                -------
  4468.                     xnsNoroute { xns 12 }
  4469.  
  4470.                Syntax:
  4471.                     INTEGER
  4472.  
  4473.                Definition:
  4474.                     Total count of number of XNS packets dropped due to
  4475.                     no route.
  4476.  
  4477.                Access:
  4478.                     read-only.
  4479.  
  4480.                Status:
  4481.                     experimental.
  4482.  
  4483.  
  4484.                OBJECT:
  4485.                -------
  4486.                     xnsNoencap { xns 13 }
  4487.  
  4488.                Syntax:
  4489.                     INTEGER
  4490.  
  4491.                Definition:
  4492.                     Total count of number of XNS packets dropped due to
  4493.  
  4494.  
  4495.  
  4496.  
  4497.  
  4498.           cisco MIB                                            [Page 75]
  4499.  
  4500.  
  4501.  
  4502.  
  4503.  
  4504.  
  4505.           Request for Comments: Draft                cisco Systems, Inc.
  4506.  
  4507.  
  4508.                     output encapsulation failed.
  4509.  
  4510.                Access:
  4511.                     read-only.
  4512.  
  4513.                Status:
  4514.                     experimental.
  4515.  
  4516.  
  4517.                OBJECT:
  4518.                -------
  4519.                     xnsOutput { xns 14 }
  4520.  
  4521.                Syntax:
  4522.                     INTEGER
  4523.  
  4524.                Definition:
  4525.                     Total count of number of XNS output packets.
  4526.  
  4527.                Access:
  4528.                     read-only.
  4529.  
  4530.                Status:
  4531.                     experimental.
  4532.  
  4533.  
  4534.                OBJECT:
  4535.                -------
  4536.                     xnsInmult { xns 15 }
  4537.  
  4538.                Syntax:
  4539.                     INTEGER
  4540.  
  4541.                Definition:
  4542.                     Total count of number of XNS input multicast
  4543.                     packets.
  4544.  
  4545.                Access:
  4546.                     read-only.
  4547.  
  4548.                Status:
  4549.                     experimental.
  4550.  
  4551.  
  4552.                OBJECT:
  4553.  
  4554.  
  4555.  
  4556.  
  4557.  
  4558.           cisco MIB                                            [Page 76]
  4559.  
  4560.  
  4561.  
  4562.  
  4563.  
  4564.  
  4565.           Request for Comments: Draft                cisco Systems, Inc.
  4566.  
  4567.  
  4568.                -------
  4569.                     xnsUnknown { xns 16 }
  4570.  
  4571.                Syntax:
  4572.                     INTEGER
  4573.  
  4574.                Definition:
  4575.                     Total count of number of unknown XNS input packets.
  4576.  
  4577.                Access:
  4578.                     read-only.
  4579.  
  4580.                Status:
  4581.                     experimental.
  4582.  
  4583.  
  4584.                OBJECT:
  4585.                -------
  4586.                     xnsFwdbrd { xns 17 }
  4587.  
  4588.                Syntax:
  4589.                     INTEGER
  4590.  
  4591.                Definition:
  4592.                     Total count of number of XNS broadcast packets
  4593.                     forwarded.
  4594.  
  4595.                Access:
  4596.                     read-only.
  4597.  
  4598.                Status:
  4599.                     experimental.
  4600.  
  4601.  
  4602.                OBJECT:
  4603.                -------
  4604.                     xnsEchoreqin { xns 18 }
  4605.  
  4606.                Syntax:
  4607.                     INTEGER
  4608.  
  4609.                Definition:
  4610.                     Total count of number of XNS Echo request packets
  4611.                     received.
  4612.  
  4613.  
  4614.  
  4615.  
  4616.  
  4617.  
  4618.           cisco MIB                                            [Page 77]
  4619.  
  4620.  
  4621.  
  4622.  
  4623.  
  4624.  
  4625.           Request for Comments: Draft                cisco Systems, Inc.
  4626.  
  4627.  
  4628.                Access:
  4629.                     read-only.
  4630.  
  4631.                Status:
  4632.                     experimental.
  4633.  
  4634.  
  4635.                OBJECT:
  4636.                -------
  4637.                     xnsEchoreqout { xns 19 }
  4638.  
  4639.                Syntax:
  4640.                     INTEGER
  4641.  
  4642.                Definition:
  4643.                     Total count of number of XNS Echo request packets
  4644.                     sent.
  4645.  
  4646.                Access:
  4647.                     read-only.
  4648.  
  4649.                Status:
  4650.                     experimental.
  4651.  
  4652.  
  4653.                OBJECT:
  4654.                -------
  4655.                     xnsEchorepin { xns 20 }
  4656.  
  4657.                Syntax:
  4658.                     INTEGER
  4659.  
  4660.                Definition:
  4661.                     Total count of number of XNS Echo reply packets
  4662.                     received.
  4663.  
  4664.                Access:
  4665.                     read-only.
  4666.  
  4667.                Status:
  4668.                     experimental.
  4669.  
  4670.  
  4671.                OBJECT:
  4672.                -------
  4673.  
  4674.  
  4675.  
  4676.  
  4677.  
  4678.           cisco MIB                                            [Page 78]
  4679.  
  4680.  
  4681.  
  4682.  
  4683.  
  4684.  
  4685.           Request for Comments: Draft                cisco Systems, Inc.
  4686.  
  4687.  
  4688.                     xnsEchorepout { xns 21 }
  4689.  
  4690.                Syntax:
  4691.                     INTEGER
  4692.  
  4693.                Definition:
  4694.                     Total count of number of XNS Echo reply packets
  4695.                     sent.
  4696.  
  4697.                Access:
  4698.                     read-only.
  4699.  
  4700.                Status:
  4701.                     experimental.
  4702.  
  4703.  
  4704.           3.3.3.  Temporary AppleTalk Section
  4705.  
  4706.           This group is present in all router based products.
  4707.  
  4708.                OBJECT:
  4709.                -------
  4710.                     atInput { appletalk 1 }
  4711.  
  4712.                Syntax:
  4713.                     INTEGER
  4714.  
  4715.                Definition:
  4716.                     Total input count of number of AppleTalk packets.
  4717.  
  4718.                Access:
  4719.                     read-only.
  4720.  
  4721.                Status:
  4722.                     experimental.
  4723.  
  4724.  
  4725.                OBJECT:
  4726.                -------
  4727.                     atLocal { appletalk 2 }
  4728.  
  4729.                Syntax:
  4730.                     INTEGER
  4731.  
  4732.                Definition:
  4733.  
  4734.  
  4735.  
  4736.  
  4737.  
  4738.           cisco MIB                                            [Page 79]
  4739.  
  4740.  
  4741.  
  4742.  
  4743.  
  4744.  
  4745.           Request for Comments: Draft                cisco Systems, Inc.
  4746.  
  4747.  
  4748.                     Total count of AppleTalk input packets for this
  4749.                     host.
  4750.  
  4751.                Access:
  4752.                     read-only.
  4753.  
  4754.                Status:
  4755.                     experimental.
  4756.  
  4757.  
  4758.                OBJECT:
  4759.                -------
  4760.                     atBcastin { appletalk 3 }
  4761.  
  4762.                Syntax:
  4763.                     INTEGER
  4764.  
  4765.                Definition:
  4766.                     Total count of number of AppleTalk input broadcast
  4767.                     packets.
  4768.  
  4769.                Access:
  4770.                     read-only.
  4771.  
  4772.                Status:
  4773.                     experimental.
  4774.  
  4775.  
  4776.                OBJECT:
  4777.                -------
  4778.                     atForward { appletalk 4 }
  4779.  
  4780.                Syntax:
  4781.                     INTEGER
  4782.  
  4783.                Definition:
  4784.                     Total count of number of AppleTalk packets
  4785.                     forwarded.
  4786.  
  4787.                Access:
  4788.                     read-only.
  4789.  
  4790.                Status:
  4791.                     experimental.
  4792.  
  4793.  
  4794.  
  4795.  
  4796.  
  4797.  
  4798.           cisco MIB                                            [Page 80]
  4799.  
  4800.  
  4801.  
  4802.  
  4803.  
  4804.  
  4805.           Request for Comments: Draft                cisco Systems, Inc.
  4806.  
  4807.  
  4808.                OBJECT:
  4809.                -------
  4810.                     atBcastout { appletalk 5 }
  4811.  
  4812.                Syntax:
  4813.                     INTEGER
  4814.  
  4815.                Definition:
  4816.                     Total count of number of AppleTalk output broadcast
  4817.                     packets.
  4818.  
  4819.                Access:
  4820.                     read-only.
  4821.  
  4822.                Status:
  4823.                     experimental.
  4824.  
  4825.  
  4826.                OBJECT:
  4827.                -------
  4828.                     atFormerr { appletalk 6 }
  4829.  
  4830.                Syntax:
  4831.                     INTEGER
  4832.  
  4833.                Definition:
  4834.                     Total count of number of AppleTalk input packets
  4835.                     with header errors.
  4836.  
  4837.                Access:
  4838.                     read-only.
  4839.  
  4840.                Status:
  4841.                     experimental.
  4842.  
  4843.  
  4844.                OBJECT:
  4845.                -------
  4846.                     atChksum { appletalk 7 }
  4847.  
  4848.                Syntax:
  4849.                     INTEGER
  4850.  
  4851.                Definition:
  4852.                     Total count of number of AppleTalk input packets
  4853.  
  4854.  
  4855.  
  4856.  
  4857.  
  4858.           cisco MIB                                            [Page 81]
  4859.  
  4860.  
  4861.  
  4862.  
  4863.  
  4864.  
  4865.           Request for Comments: Draft                cisco Systems, Inc.
  4866.  
  4867.  
  4868.                     with checksum erors.
  4869.  
  4870.                Access:
  4871.                     read-only.
  4872.  
  4873.                Status:
  4874.                     experimental.
  4875.  
  4876.  
  4877.                OBJECT:
  4878.                -------
  4879.                     atNotgate { appletalk 8 }
  4880.  
  4881.                Syntax:
  4882.                     INTEGER
  4883.  
  4884.                Definition:
  4885.                     Total count of AppleTalk input packets received
  4886.                     while not routing.
  4887.  
  4888.                Access:
  4889.                     read-only.
  4890.  
  4891.                Status:
  4892.                     experimental.
  4893.  
  4894.  
  4895.                OBJECT:
  4896.                -------
  4897.                     atHopcnt { appletalk 9 }
  4898.  
  4899.                Syntax:
  4900.                     INTEGER
  4901.  
  4902.                Definition:
  4903.                     Total count of number of AppleTalk input packets
  4904.                     that have exceeded the maximum hop count.
  4905.  
  4906.                Access:
  4907.                     read-only.
  4908.  
  4909.                Status:
  4910.                     experimental.
  4911.  
  4912.  
  4913.  
  4914.  
  4915.  
  4916.  
  4917.  
  4918.           cisco MIB                                            [Page 82]
  4919.  
  4920.  
  4921.  
  4922.  
  4923.  
  4924.  
  4925.           Request for Comments: Draft                cisco Systems, Inc.
  4926.  
  4927.  
  4928.                OBJECT:
  4929.                -------
  4930.                     atNoaccess { appletalk 10 }
  4931.  
  4932.                Syntax:
  4933.                     INTEGER
  4934.  
  4935.                Definition:
  4936.                     Total number of AppleTalk packets dropped due to
  4937.                     access control.
  4938.  
  4939.                Access:
  4940.                     read-only.
  4941.  
  4942.                Status:
  4943.                     experimental.
  4944.  
  4945.  
  4946.                OBJECT:
  4947.                -------
  4948.                     atNoroute { appletalk 11 }
  4949.  
  4950.                Syntax:
  4951.                     INTEGER
  4952.  
  4953.                Definition:
  4954.                     Total count of number of AppleTalk packets dropped
  4955.                     due to no route.
  4956.  
  4957.                Access:
  4958.                     read-only.
  4959.  
  4960.                Status:
  4961.                     experimental.
  4962.  
  4963.  
  4964.                OBJECT:
  4965.                -------
  4966.                     atNoencap { appletalk 12 }
  4967.  
  4968.                Syntax:
  4969.                     INTEGER
  4970.  
  4971.                Definition:
  4972.                     Total count of number of AppleTalk packets dropped
  4973.  
  4974.  
  4975.  
  4976.  
  4977.  
  4978.           cisco MIB                                            [Page 83]
  4979.  
  4980.  
  4981.  
  4982.  
  4983.  
  4984.  
  4985.           Request for Comments: Draft                cisco Systems, Inc.
  4986.  
  4987.  
  4988.                     due to output encapsulation failed.
  4989.  
  4990.                Access:
  4991.                     read-only.
  4992.  
  4993.                Status:
  4994.                     experimental.
  4995.  
  4996.  
  4997.                OBJECT:
  4998.                -------
  4999.                     atOutput { appletalk 13 }
  5000.  
  5001.                Syntax:
  5002.                     INTEGER
  5003.  
  5004.                Definition:
  5005.                     Total count of number of AppleTalk output packets.
  5006.  
  5007.                Access:
  5008.                     read-only.
  5009.  
  5010.                Status:
  5011.                     experimental.
  5012.  
  5013.  
  5014.                OBJECT:
  5015.                -------
  5016.                     atInmult { appletalk 14 }
  5017.  
  5018.                Syntax:
  5019.                     INTEGER
  5020.  
  5021.                Definition:
  5022.                     Total count of number of AppleTalk input multicast
  5023.                     packets.
  5024.  
  5025.                Access:
  5026.                     read-only.
  5027.  
  5028.                Status:
  5029.                     experimental.
  5030.  
  5031.  
  5032.                OBJECT:
  5033.  
  5034.  
  5035.  
  5036.  
  5037.  
  5038.           cisco MIB                                            [Page 84]
  5039.  
  5040.  
  5041.  
  5042.  
  5043.  
  5044.  
  5045.           Request for Comments: Draft                cisco Systems, Inc.
  5046.  
  5047.  
  5048.                -------
  5049.                     atRtmpin { appletalk 15 }
  5050.  
  5051.                Syntax:
  5052.                     INTEGER
  5053.  
  5054.                Definition:
  5055.                     Total count of number of AppleTalk RTMP packets
  5056.                     received.
  5057.  
  5058.                Access:
  5059.                     read-only.
  5060.  
  5061.                Status:
  5062.                     experimental.
  5063.  
  5064.  
  5065.                OBJECT:
  5066.                -------
  5067.                     atRtmpout { appletalk 16 }
  5068.  
  5069.                Syntax:
  5070.                     INTEGER
  5071.  
  5072.                Definition:
  5073.                     Total count of number of AppleTalk RTMP packets
  5074.                     sent.
  5075.  
  5076.                Access:
  5077.                     read-only.
  5078.  
  5079.                Status:
  5080.                     experimental.
  5081.  
  5082.  
  5083.                OBJECT:
  5084.                -------
  5085.                     atNbpin { appletalk 17 }
  5086.  
  5087.                Syntax:
  5088.                     INTEGER
  5089.  
  5090.                Definition:
  5091.                     Total count of number of AppleTalk NBP packets
  5092.                     received.
  5093.  
  5094.  
  5095.  
  5096.  
  5097.  
  5098.           cisco MIB                                            [Page 85]
  5099.  
  5100.  
  5101.  
  5102.  
  5103.  
  5104.  
  5105.           Request for Comments: Draft                cisco Systems, Inc.
  5106.  
  5107.  
  5108.                Access:
  5109.                     read-only.
  5110.  
  5111.                Status:
  5112.                     experimental.
  5113.  
  5114.  
  5115.                OBJECT:
  5116.                -------
  5117.                     atNbpout { appletalk 18 }
  5118.  
  5119.                Syntax:
  5120.                     INTEGER
  5121.  
  5122.                Definition:
  5123.                     Total count of number of AppleTalk NBP packets sent.
  5124.  
  5125.                Access:
  5126.                     read-only.
  5127.  
  5128.                Status:
  5129.                     experimental.
  5130.  
  5131.  
  5132.                OBJECT:
  5133.                -------
  5134.                     atAtp { appletalk 19 }
  5135.  
  5136.                Syntax:
  5137.                     INTEGER
  5138.  
  5139.                Definition:
  5140.                     Total count of number of AppleTalk ATP packets
  5141.                     received.
  5142.  
  5143.                Access:
  5144.                     read-only.
  5145.  
  5146.                Status:
  5147.                     experimental.
  5148.  
  5149.  
  5150.                OBJECT:
  5151.                -------
  5152.                     atZipin { appletalk 20 }
  5153.  
  5154.  
  5155.  
  5156.  
  5157.  
  5158.           cisco MIB                                            [Page 86]
  5159.  
  5160.  
  5161.  
  5162.  
  5163.  
  5164.  
  5165.           Request for Comments: Draft                cisco Systems, Inc.
  5166.  
  5167.  
  5168.                Syntax:
  5169.                     INTEGER
  5170.  
  5171.                Definition:
  5172.                     Total count of number of AppleTalk ZIP packets
  5173.                     received.
  5174.  
  5175.                Access:
  5176.                     read-only.
  5177.  
  5178.                Status:
  5179.                     experimental.
  5180.  
  5181.  
  5182.                OBJECT:
  5183.                -------
  5184.                     atZipout { appletalk 21 }
  5185.  
  5186.                Syntax:
  5187.                     INTEGER
  5188.  
  5189.                Definition:
  5190.                     Total count of number of AppleTalk ZIP packets sent.
  5191.  
  5192.                Access:
  5193.                     read-only.
  5194.  
  5195.                Status:
  5196.                     experimental.
  5197.  
  5198.  
  5199.                OBJECT:
  5200.                -------
  5201.                     atEcho { appletalk 22 }
  5202.  
  5203.                Syntax:
  5204.                     INTEGER
  5205.  
  5206.                Definition:
  5207.                     Total count of number of AppleTalk Echo packets
  5208.                     received.
  5209.  
  5210.                Access:
  5211.                     read-only.
  5212.  
  5213.  
  5214.  
  5215.  
  5216.  
  5217.  
  5218.           cisco MIB                                            [Page 87]
  5219.  
  5220.  
  5221.  
  5222.  
  5223.  
  5224.  
  5225.           Request for Comments: Draft                cisco Systems, Inc.
  5226.  
  5227.  
  5228.                Status:
  5229.                     experimental.
  5230.  
  5231.  
  5232.                OBJECT:
  5233.                -------
  5234.                     atEchoill { appletalk 23 }
  5235.  
  5236.                Syntax:
  5237.                     INTEGER
  5238.  
  5239.                Definition:
  5240.                     Total count of number of illegal AppleTalk Echo
  5241.                     packets received.
  5242.  
  5243.                Access:
  5244.                     read-only.
  5245.  
  5246.                Status:
  5247.                     experimental.
  5248.  
  5249.  
  5250.                OBJECT:
  5251.                -------
  5252.                     atDdpshort { appletalk 24 }
  5253.  
  5254.                Syntax:
  5255.                     INTEGER
  5256.  
  5257.                Definition:
  5258.                     Total count of number of short AppleTalk DDP packets
  5259.                     received.
  5260.  
  5261.                Access:
  5262.                     read-only.
  5263.  
  5264.                Status:
  5265.                     experimental.
  5266.  
  5267.  
  5268.                OBJECT:
  5269.                -------
  5270.                     atDdplong { appletalk 25 }
  5271.  
  5272.                Syntax:
  5273.  
  5274.  
  5275.  
  5276.  
  5277.  
  5278.           cisco MIB                                            [Page 88]
  5279.  
  5280.  
  5281.  
  5282.  
  5283.  
  5284.  
  5285.           Request for Comments: Draft                cisco Systems, Inc.
  5286.  
  5287.  
  5288.                     INTEGER
  5289.  
  5290.                Definition:
  5291.                     Total count of number of long AppleTalk DDP packets
  5292.                     received.
  5293.  
  5294.                Access:
  5295.                     read-only.
  5296.  
  5297.                Status:
  5298.                     experimental.
  5299.  
  5300.  
  5301.                OBJECT:
  5302.                -------
  5303.                     atDdpbad { appletalk 26 }
  5304.  
  5305.                Syntax:
  5306.                     INTEGER
  5307.  
  5308.                Definition:
  5309.                     Total count of number of illegal sized AppleTalk DDP
  5310.                     packets received.
  5311.  
  5312.                Access:
  5313.                     read-only.
  5314.  
  5315.                Status:
  5316.                     experimental.
  5317.  
  5318.  
  5319.                OBJECT:
  5320.                -------
  5321.                     atNobuffer { appletalk 27 }
  5322.  
  5323.                Syntax:
  5324.                     INTEGER
  5325.  
  5326.                Definition:
  5327.                     Total count of number of AppleTalk packets lost due
  5328.                     to no memory.
  5329.  
  5330.                Access:
  5331.                     read-only.
  5332.  
  5333.  
  5334.  
  5335.  
  5336.  
  5337.  
  5338.           cisco MIB                                            [Page 89]
  5339.  
  5340.  
  5341.  
  5342.  
  5343.  
  5344.  
  5345.           Request for Comments: Draft                cisco Systems, Inc.
  5346.  
  5347.  
  5348.                Status:
  5349.                     experimental.
  5350.  
  5351.  
  5352.                OBJECT:
  5353.                -------
  5354.                     atArpreq { appletalk 28 }
  5355.  
  5356.                Syntax:
  5357.                     INTEGER
  5358.  
  5359.                Definition:
  5360.                     Total count of number of input AppleTalk ARP request
  5361.                     packets.
  5362.  
  5363.                Access:
  5364.                     read-only.
  5365.  
  5366.                Status:
  5367.                     experimental.
  5368.  
  5369.  
  5370.                OBJECT:
  5371.                -------
  5372.                     atArpreply { appletalk 29 }
  5373.  
  5374.                Syntax:
  5375.                     INTEGER
  5376.  
  5377.                Definition:
  5378.                     Total count of number of AppleTalk ARP reply packets
  5379.                     output.
  5380.  
  5381.                Access:
  5382.                     read-only.
  5383.  
  5384.                Status:
  5385.                     experimental.
  5386.  
  5387.  
  5388.                OBJECT:
  5389.                -------
  5390.                     atArpprobe { appletalk 30 }
  5391.  
  5392.                Syntax:
  5393.  
  5394.  
  5395.  
  5396.  
  5397.  
  5398.           cisco MIB                                            [Page 90]
  5399.  
  5400.  
  5401.  
  5402.  
  5403.  
  5404.  
  5405.           Request for Comments: Draft                cisco Systems, Inc.
  5406.  
  5407.  
  5408.                     INTEGER
  5409.  
  5410.                Definition:
  5411.                     Total count of number of input AppleTalk ARP probe
  5412.                     packets.
  5413.  
  5414.                Access:
  5415.                     read-only.
  5416.  
  5417.                Status:
  5418.                     experimental.
  5419.  
  5420.  
  5421.                OBJECT:
  5422.                -------
  5423.                     atUnknown { appletalk 31 }
  5424.  
  5425.                Syntax:
  5426.                     INTEGER
  5427.  
  5428.                Definition:
  5429.                     Total count of number of unknown AppleTalk input
  5430.                     packets.
  5431.  
  5432.                Access:
  5433.                     read-only.
  5434.  
  5435.                Status:
  5436.                     experimental.
  5437.  
  5438.  
  5439.           3.3.4.  Temporary Novell Section
  5440.  
  5441.           This group is present in all router based products.
  5442.  
  5443.                OBJECT:
  5444.                -------
  5445.                     novellInput { novell 1 }
  5446.  
  5447.                Syntax:
  5448.                     INTEGER
  5449.  
  5450.                Definition:
  5451.                     Total input count of number of NOVELL packets.
  5452.  
  5453.  
  5454.  
  5455.  
  5456.  
  5457.  
  5458.           cisco MIB                                            [Page 91]
  5459.  
  5460.  
  5461.  
  5462.  
  5463.  
  5464.  
  5465.           Request for Comments: Draft                cisco Systems, Inc.
  5466.  
  5467.  
  5468.                Access:
  5469.                     read-only.
  5470.  
  5471.                Status:
  5472.                     experimental.
  5473.  
  5474.  
  5475.                OBJECT:
  5476.                -------
  5477.                     novellBcastin { novell 2 }
  5478.  
  5479.                Syntax:
  5480.                     INTEGER
  5481.  
  5482.                Definition:
  5483.                     Total count of number of NOVELL input broadcast
  5484.                     packets.
  5485.  
  5486.                Access:
  5487.                     read-only.
  5488.  
  5489.                Status:
  5490.                     experimental.
  5491.  
  5492.  
  5493.                OBJECT:
  5494.                -------
  5495.                     novellForward { novell 3 }
  5496.  
  5497.                Syntax:
  5498.                     INTEGER
  5499.  
  5500.                Definition:
  5501.                     Total count of number of NOVELL packets forwarded.
  5502.  
  5503.                Access:
  5504.                     read-only.
  5505.  
  5506.                Status:
  5507.                     experimental.
  5508.  
  5509.  
  5510.                OBJECT:
  5511.                -------
  5512.                     novellBcastout { novell 4 }
  5513.  
  5514.  
  5515.  
  5516.  
  5517.  
  5518.           cisco MIB                                            [Page 92]
  5519.  
  5520.  
  5521.  
  5522.  
  5523.  
  5524.  
  5525.           Request for Comments: Draft                cisco Systems, Inc.
  5526.  
  5527.  
  5528.                Syntax:
  5529.                     INTEGER
  5530.  
  5531.                Definition:
  5532.                     Total count of number of NOVELL output broadcast
  5533.                     packets.
  5534.  
  5535.                Access:
  5536.                     read-only.
  5537.  
  5538.                Status:
  5539.                     experimental.
  5540.  
  5541.  
  5542.                OBJECT:
  5543.                -------
  5544.                     novellFormerr { novell 5 }
  5545.  
  5546.                Syntax:
  5547.                     INTEGER
  5548.  
  5549.                Definition:
  5550.                     Total count of number of NOVELL input packets with
  5551.                     header errors.
  5552.  
  5553.                Access:
  5554.                     read-only.
  5555.  
  5556.                Status:
  5557.                     experimental.
  5558.  
  5559.  
  5560.                OBJECT:
  5561.                -------
  5562.                     novellChksum { novell 6 }
  5563.  
  5564.                Syntax:
  5565.                     INTEGER
  5566.  
  5567.                Definition:
  5568.                     Total count of number of NOVELL input packets with
  5569.                     checksum erors.
  5570.  
  5571.                Access:
  5572.                     read-only.
  5573.  
  5574.  
  5575.  
  5576.  
  5577.  
  5578.           cisco MIB                                            [Page 93]
  5579.  
  5580.  
  5581.  
  5582.  
  5583.  
  5584.  
  5585.           Request for Comments: Draft                cisco Systems, Inc.
  5586.  
  5587.  
  5588.                Status:
  5589.                     experimental.
  5590.  
  5591.  
  5592.                OBJECT:
  5593.                -------
  5594.                     novellHopcnt { novell 7 }
  5595.  
  5596.                Syntax:
  5597.                     INTEGER
  5598.  
  5599.                Definition:
  5600.                     Total count of number of NOVELL input packets that
  5601.                     have exceeded the maximum hop count.
  5602.  
  5603.                Access:
  5604.                     read-only.
  5605.  
  5606.                Status:
  5607.                     experimental.
  5608.  
  5609.  
  5610.                OBJECT:
  5611.                -------
  5612.                     novellNoroute { novell 8 }
  5613.  
  5614.                Syntax:
  5615.                     INTEGER
  5616.  
  5617.                Definition:
  5618.                     Total count of number of NOVELL packets dropped due
  5619.                     to no route.
  5620.  
  5621.                Access:
  5622.                     read-only.
  5623.  
  5624.                Status:
  5625.                     experimental.
  5626.  
  5627.  
  5628.                OBJECT:
  5629.                -------
  5630.                     novellNoencap { novell 9 }
  5631.  
  5632.                Syntax:
  5633.  
  5634.  
  5635.  
  5636.  
  5637.  
  5638.           cisco MIB                                            [Page 94]
  5639.  
  5640.  
  5641.  
  5642.  
  5643.  
  5644.  
  5645.           Request for Comments: Draft                cisco Systems, Inc.
  5646.  
  5647.  
  5648.                     INTEGER
  5649.  
  5650.                Definition:
  5651.                     Total count of number of NOVELL packets dropped due
  5652.                     to output encapsulation failed.
  5653.  
  5654.                Access:
  5655.                     read-only.
  5656.  
  5657.                Status:
  5658.                     experimental.
  5659.  
  5660.  
  5661.                OBJECT:
  5662.                -------
  5663.                     novellOutput { novell 10 }
  5664.  
  5665.                Syntax:
  5666.                     INTEGER
  5667.  
  5668.                Definition:
  5669.                     Total count of number of NOVELL output packets.
  5670.  
  5671.                Access:
  5672.                     read-only.
  5673.  
  5674.                Status:
  5675.                     experimental.
  5676.  
  5677.  
  5678.                OBJECT:
  5679.                -------
  5680.                     novellInmult { novell 11 }
  5681.  
  5682.                Syntax:
  5683.                     INTEGER
  5684.  
  5685.                Definition:
  5686.                     Total count of number of NOVELL input multicast
  5687.                     packets.
  5688.  
  5689.                Access:
  5690.                     read-only.
  5691.  
  5692.                Status:
  5693.  
  5694.  
  5695.  
  5696.  
  5697.  
  5698.           cisco MIB                                            [Page 95]
  5699.  
  5700.  
  5701.  
  5702.  
  5703.  
  5704.  
  5705.           Request for Comments: Draft                cisco Systems, Inc.
  5706.  
  5707.  
  5708.                     experimental.
  5709.  
  5710.  
  5711.                OBJECT:
  5712.                -------
  5713.                     novellLocal { novell 12 }
  5714.  
  5715.                Syntax:
  5716.                     INTEGER
  5717.  
  5718.                Definition:
  5719.                     Total count of NOVELL input packets for this host.
  5720.  
  5721.                Access:
  5722.                     read-only.
  5723.  
  5724.                Status:
  5725.                     experimental.
  5726.  
  5727.  
  5728.                OBJECT:
  5729.                -------
  5730.                     novellUnknown { novell 13 }
  5731.  
  5732.                Syntax:
  5733.                     INTEGER
  5734.  
  5735.                Definition:
  5736.                     Total count of number of unknown NOVELL input
  5737.                     packets.
  5738.  
  5739.                Access:
  5740.                     read-only.
  5741.  
  5742.                Status:
  5743.                     experimental.
  5744.  
  5745.  
  5746.                OBJECT:
  5747.                -------
  5748.                     novellSapreqin { novell 14 }
  5749.  
  5750.                Syntax:
  5751.                     INTEGER
  5752.  
  5753.  
  5754.  
  5755.  
  5756.  
  5757.  
  5758.           cisco MIB                                            [Page 96]
  5759.  
  5760.  
  5761.  
  5762.  
  5763.  
  5764.  
  5765.           Request for Comments: Draft                cisco Systems, Inc.
  5766.  
  5767.  
  5768.                Definition:
  5769.                     Total count of number of NOVELL SAP request packets
  5770.                     received.
  5771.  
  5772.                Access:
  5773.                     read-only.
  5774.  
  5775.                Status:
  5776.                     experimental.
  5777.  
  5778.  
  5779.                OBJECT:
  5780.                -------
  5781.                     novellSapresin { novell 15 }
  5782.  
  5783.                Syntax:
  5784.                     INTEGER
  5785.  
  5786.                Definition:
  5787.                     Total count of number of NOVELL SAP response packets
  5788.                     received.
  5789.  
  5790.                Access:
  5791.                     read-only.
  5792.  
  5793.                Status:
  5794.                     experimental.
  5795.  
  5796.  
  5797.                OBJECT:
  5798.                -------
  5799.                     novellSapout { novell 16 }
  5800.  
  5801.                Syntax:
  5802.                     INTEGER
  5803.  
  5804.                Definition:
  5805.                     Total count of number of NOVELL SAP request packets
  5806.                     sent.
  5807.  
  5808.                Access:
  5809.                     read-only.
  5810.  
  5811.                Status:
  5812.                     experimental.
  5813.  
  5814.  
  5815.  
  5816.  
  5817.  
  5818.           cisco MIB                                            [Page 97]
  5819.  
  5820.  
  5821.  
  5822.  
  5823.  
  5824.  
  5825.           Request for Comments: Draft                cisco Systems, Inc.
  5826.  
  5827.  
  5828.                OBJECT:
  5829.                -------
  5830.                     novellSapreply { novell 17 }
  5831.  
  5832.                Syntax:
  5833.                     INTEGER
  5834.  
  5835.                Definition:
  5836.                     Total count of number of NOVELL SAP reply packets
  5837.                     sent.
  5838.  
  5839.                Access:
  5840.                     read-only.
  5841.  
  5842.                Status:
  5843.                     experimental.
  5844.  
  5845.  
  5846.           4.  Definitions
  5847.  
  5848.           CISCO-MIB { iso org(3) dod(6) internet(1) private(4)
  5849.                                   enterprises(1) 9 }
  5850.  
  5851.           DEFINITIONS ::= BEGIN
  5852.  
  5853.           IMPORTS
  5854.                enterprises, OBJECT-TYPE, NetworkAddress, IpAddress,
  5855.                Counter, Gauge, TimeTicks, OBJECT-TYPE
  5856.                FROM RFC1065-SMI
  5857.  
  5858.  
  5859.           cisco               OBJECT IDENTIFIER ::= { enterprises 9 }
  5860.  
  5861.           products            OBJECT IDENTIFIER ::= { cisco 1 }
  5862.           local               OBJECT IDENTIFIER ::= { cisco 2 }
  5863.           temporary           OBJECT IDENTIFIER ::= { cisco 3 }
  5864.  
  5865.           gateway-server      OBJECT IDENTIFIER ::= { products 1 }
  5866.           terminal-server     OBJECT IDENTIFIER ::= { products 2 }
  5867.           trouter             OBJECT IDENTIFIER ::= { products 3 }
  5868.           protocol-translator OBJECT IDENTIFIER ::= { products 4 }
  5869.  
  5870.           lsystem             OBJECT IDENTIFIER ::= { local 1 }
  5871.           linterfaces         OBJECT IDENTIFIER ::= { local 2 }
  5872.           lat                 OBJECT IDENTIFIER ::= { local 3 }
  5873.  
  5874.  
  5875.  
  5876.  
  5877.  
  5878.           cisco MIB                                            [Page 98]
  5879.  
  5880.  
  5881.  
  5882.  
  5883.  
  5884.  
  5885.           Request for Comments: Draft                cisco Systems, Inc.
  5886.  
  5887.  
  5888.           lip                 OBJECT IDENTIFIER ::= { local 4 }
  5889.           licmp               OBJECT IDENTIFIER ::= { local 5 }
  5890.           ltcp                OBJECT IDENTIFIER ::= { local 6 }
  5891.           ludp                OBJECT IDENTIFIER ::= { local 7 }
  5892.           legp                OBJECT IDENTIFIER ::= { local 8 }
  5893.           lts                 OBJECT IDENTIFIER ::= { local 9 }
  5894.  
  5895.           decnet              OBJECT IDENTIFIER ::= { temporary 1 }
  5896.           xns                 OBJECT IDENTIFIER ::= { temporary 2 }
  5897.           appletalk           OBJECT IDENTIFIER ::= { temporary 3 }
  5898.           novell              OBJECT IDENTIFIER ::= { temporary 4 }
  5899.  
  5900.           -- the Local System group
  5901.  
  5902.           romId OBJECT-TYPE
  5903.                SYNTAX  OCTET STRING
  5904.                ACCESS  read-only
  5905.                STATUS  mandatory
  5906.                ::= { lsystem 1 }
  5907.  
  5908.           whyReload OBJECT-TYPE
  5909.                SYNTAX  OCTET STRING
  5910.                ACCESS  read-only
  5911.                STATUS  mandatory
  5912.                ::= { lsystem 2 }
  5913.  
  5914.           hostName OBJECT-TYPE
  5915.                SYNTAX  OCTET STRING
  5916.                ACCESS  read-only
  5917.                STATUS  mandatory
  5918.                ::= { lsystem 3 }
  5919.  
  5920.           domainName OBJECT-TYPE
  5921.                SYNTAX  OCTET STRING
  5922.                ACCESS  read-only
  5923.                STATUS  mandatory
  5924.                ::= { lsystem 4 }
  5925.  
  5926.           authAddr OBJECT-TYPE
  5927.                SYNTAX  NetworkAddress
  5928.                ACCESS  read-only
  5929.                STATUS  mandatory
  5930.                ::= { lsystem 5 }
  5931.  
  5932.           bootHost OBJECT-TYPE
  5933.  
  5934.  
  5935.  
  5936.  
  5937.  
  5938.           cisco MIB                                            [Page 99]
  5939.  
  5940.  
  5941.  
  5942.  
  5943.  
  5944.  
  5945.           Request for Comments: Draft                cisco Systems, Inc.
  5946.  
  5947.  
  5948.                SYNTAX  NetworkAddress
  5949.                ACCESS  read-only
  5950.                STATUS  mandatory
  5951.                ::= { lsystem 6 }
  5952.  
  5953.           ping OBJECT-TYPE
  5954.                SYNTAX  INTEGER
  5955.                ACCESS  read-write
  5956.                STATUS  mandatory
  5957.                ::= { lsystem 7 }
  5958.  
  5959.           freeMem OBJECT-TYPE
  5960.                SYNTAX  INTEGER
  5961.                ACCESS  read-only
  5962.                STATUS  mandatory
  5963.                ::= { lsystem 8 }
  5964.  
  5965.           bufferElFree OBJECT-TYPE
  5966.                SYNTAX  INTEGER
  5967.                ACCESS  read-only
  5968.                STATUS  mandatory
  5969.                ::= { lsystem 9 }
  5970.  
  5971.           bufferElMax OBJECT-TYPE
  5972.                SYNTAX  INTEGER
  5973.                ACCESS  read-only
  5974.                STATUS  mandatory
  5975.                ::= { lsystem 10 }
  5976.  
  5977.           bufferElHit OBJECT-TYPE
  5978.                SYNTAX  INTEGER
  5979.                ACCESS  read-only
  5980.                STATUS  mandatory
  5981.                ::= { lsystem 11 }
  5982.  
  5983.           bufferElMiss OBJECT-TYPE
  5984.                SYNTAX  INTEGER
  5985.                ACCESS  read-only
  5986.                STATUS  mandatory
  5987.                ::= { lsystem 12 }
  5988.  
  5989.           bufferElCreate OBJECT-TYPE
  5990.                SYNTAX  INTEGER
  5991.                ACCESS  read-only
  5992.                STATUS  mandatory
  5993.  
  5994.  
  5995.  
  5996.  
  5997.  
  5998.           cisco MIB                                           [Page 100]
  5999.  
  6000.  
  6001.  
  6002.  
  6003.  
  6004.  
  6005.           Request for Comments: Draft                cisco Systems, Inc.
  6006.  
  6007.  
  6008.                ::= { lsystem 13 }
  6009.  
  6010.           bufferSmSize OBJECT-TYPE
  6011.                SYNTAX  INTEGER
  6012.                ACCESS  read-only
  6013.                STATUS  mandatory
  6014.                ::= { lsystem 14 }
  6015.  
  6016.           bufferSmTotal OBJECT-TYPE
  6017.                SYNTAX  INTEGER
  6018.                ACCESS  read-only
  6019.                STATUS  mandatory
  6020.                ::= { lsystem 15 }
  6021.  
  6022.           bufferSmFree OBJECT-TYPE
  6023.                SYNTAX  INTEGER
  6024.                ACCESS  read-only
  6025.                STATUS  mandatory
  6026.                ::= { lsystem 16 }
  6027.  
  6028.           bufferSmMax OBJECT-TYPE
  6029.                SYNTAX  INTEGER
  6030.                ACCESS  read-only
  6031.                STATUS  mandatory
  6032.                ::= { lsystem 17 }
  6033.  
  6034.           bufferSmHit OBJECT-TYPE
  6035.                SYNTAX  INTEGER
  6036.                ACCESS  read-only
  6037.                STATUS  mandatory
  6038.                ::= { lsystem 18 }
  6039.  
  6040.           bufferSmMiss OBJECT-TYPE
  6041.                SYNTAX  INTEGER
  6042.                ACCESS  read-only
  6043.                STATUS  mandatory
  6044.                ::= { lsystem 19 }
  6045.  
  6046.           bufferSmTrim OBJECT-TYPE
  6047.                SYNTAX  INTEGER
  6048.                ACCESS  read-only
  6049.                STATUS  mandatory
  6050.                ::= { lsystem 20 }
  6051.  
  6052.           bufferSmCreate OBJECT-TYPE
  6053.  
  6054.  
  6055.  
  6056.  
  6057.  
  6058.           cisco MIB                                           [Page 101]
  6059.  
  6060.  
  6061.  
  6062.  
  6063.  
  6064.  
  6065.           Request for Comments: Draft                cisco Systems, Inc.
  6066.  
  6067.  
  6068.                SYNTAX  INTEGER
  6069.                ACCESS  read-only
  6070.                STATUS  mandatory
  6071.                ::= { lsystem 21 }
  6072.  
  6073.           bufferMdSize OBJECT-TYPE
  6074.                SYNTAX  INTEGER
  6075.                ACCESS  read-only
  6076.                STATUS  mandatory
  6077.                ::= { lsystem 22 }
  6078.  
  6079.           bufferMdTotal OBJECT-TYPE
  6080.                SYNTAX  INTEGER
  6081.                ACCESS  read-only
  6082.                STATUS  mandatory
  6083.                ::= { lsystem 23 }
  6084.  
  6085.           bufferMdFree OBJECT-TYPE
  6086.                SYNTAX  INTEGER
  6087.                ACCESS  read-only
  6088.                STATUS  mandatory
  6089.                ::= { lsystem 24 }
  6090.  
  6091.           bufferMdMax OBJECT-TYPE
  6092.                SYNTAX  INTEGER
  6093.                ACCESS  read-only
  6094.                STATUS  mandatory
  6095.                ::= { lsystem 25 }
  6096.  
  6097.           bufferMdHit OBJECT-TYPE
  6098.                SYNTAX  INTEGER
  6099.                ACCESS  read-only
  6100.                STATUS  mandatory
  6101.                ::= { lsystem 26 }
  6102.  
  6103.           bufferMdMiss OBJECT-TYPE
  6104.                SYNTAX  INTEGER
  6105.                ACCESS  read-only
  6106.                STATUS  mandatory
  6107.                ::= { lsystem 27 }
  6108.  
  6109.           bufferMdTrim OBJECT-TYPE
  6110.                SYNTAX  INTEGER
  6111.                ACCESS  read-only
  6112.                STATUS  mandatory
  6113.  
  6114.  
  6115.  
  6116.  
  6117.  
  6118.           cisco MIB                                           [Page 102]
  6119.  
  6120.  
  6121.  
  6122.  
  6123.  
  6124.  
  6125.           Request for Comments: Draft                cisco Systems, Inc.
  6126.  
  6127.  
  6128.                ::= { lsystem 28 }
  6129.  
  6130.           bufferMdCreate OBJECT-TYPE
  6131.                SYNTAX  INTEGER
  6132.                ACCESS  read-only
  6133.                STATUS  mandatory
  6134.                ::= { lsystem 29 }
  6135.  
  6136.           bufferBgSize OBJECT-TYPE
  6137.                SYNTAX  INTEGER
  6138.                ACCESS  read-only
  6139.                STATUS  mandatory
  6140.                ::= { lsystem 30 }
  6141.  
  6142.           bufferBgTotal OBJECT-TYPE
  6143.                SYNTAX  INTEGER
  6144.                ACCESS  read-only
  6145.                STATUS  mandatory
  6146.                ::= { lsystem 31 }
  6147.  
  6148.           bufferBgFree OBJECT-TYPE
  6149.                SYNTAX  INTEGER
  6150.                ACCESS  read-only
  6151.                STATUS  mandatory
  6152.                ::= { lsystem 32 }
  6153.  
  6154.           bufferBgMax OBJECT-TYPE
  6155.                SYNTAX  INTEGER
  6156.                ACCESS  read-only
  6157.                STATUS  mandatory
  6158.                ::= { lsystem 33 }
  6159.  
  6160.           bufferBgHit OBJECT-TYPE
  6161.                SYNTAX  INTEGER
  6162.                ACCESS  read-only
  6163.                STATUS  mandatory
  6164.                ::= { lsystem 34 }
  6165.  
  6166.           bufferBgMiss OBJECT-TYPE
  6167.                SYNTAX  INTEGER
  6168.                ACCESS  read-only
  6169.                STATUS  mandatory
  6170.                ::= { lsystem 35 }
  6171.  
  6172.           bufferBgTrim OBJECT-TYPE
  6173.  
  6174.  
  6175.  
  6176.  
  6177.  
  6178.           cisco MIB                                           [Page 103]
  6179.  
  6180.  
  6181.  
  6182.  
  6183.  
  6184.  
  6185.           Request for Comments: Draft                cisco Systems, Inc.
  6186.  
  6187.  
  6188.                SYNTAX  INTEGER
  6189.                ACCESS  read-only
  6190.                STATUS  mandatory
  6191.                ::= { lsystem 36 }
  6192.  
  6193.           bufferBgCreate OBJECT-TYPE
  6194.                SYNTAX  INTEGER
  6195.                ACCESS  read-only
  6196.                STATUS  mandatory
  6197.                ::= { lsystem 37 }
  6198.  
  6199.           bufferLgSize OBJECT-TYPE
  6200.                SYNTAX  INTEGER
  6201.                ACCESS  read-only
  6202.                STATUS  mandatory
  6203.                ::= { lsystem 38 }
  6204.  
  6205.           bufferLgTotal OBJECT-TYPE
  6206.                SYNTAX  INTEGER
  6207.                ACCESS  read-only
  6208.                STATUS  mandatory
  6209.                ::= { lsystem 39 }
  6210.  
  6211.           bufferLgFree OBJECT-TYPE
  6212.                SYNTAX  INTEGER
  6213.                ACCESS  read-only
  6214.                STATUS  mandatory
  6215.                ::= { lsystem 40 }
  6216.  
  6217.           bufferLgMax OBJECT-TYPE
  6218.                SYNTAX  INTEGER
  6219.                ACCESS  read-only
  6220.                STATUS  mandatory
  6221.                ::= { lsystem 41 }
  6222.  
  6223.           bufferLgHit OBJECT-TYPE
  6224.                SYNTAX  INTEGER
  6225.                ACCESS  read-only
  6226.                STATUS  mandatory
  6227.                ::= { lsystem 42 }
  6228.  
  6229.           bufferLgMiss OBJECT-TYPE
  6230.                SYNTAX  INTEGER
  6231.                ACCESS  read-only
  6232.                STATUS  mandatory
  6233.  
  6234.  
  6235.  
  6236.  
  6237.  
  6238.           cisco MIB                                           [Page 104]
  6239.  
  6240.  
  6241.  
  6242.  
  6243.  
  6244.  
  6245.           Request for Comments: Draft                cisco Systems, Inc.
  6246.  
  6247.  
  6248.                ::= { lsystem 43 }
  6249.  
  6250.           bufferLgTrim OBJECT-TYPE
  6251.                SYNTAX  INTEGER
  6252.                ACCESS  read-only
  6253.                STATUS  mandatory
  6254.                ::= { lsystem 44 }
  6255.  
  6256.           bufferLgCreate OBJECT-TYPE
  6257.                SYNTAX  INTEGER
  6258.                ACCESS  read-only
  6259.                STATUS  mandatory
  6260.                ::= { lsystem 45 }
  6261.  
  6262.           bufferFail OBJECT-TYPE
  6263.                SYNTAX  INTEGER
  6264.                ACCESS  read-only
  6265.                STATUS  mandatory
  6266.                ::= { lsystem 46 }
  6267.  
  6268.           bufferNoMem OBJECT-TYPE
  6269.                SYNTAX  INTEGER
  6270.                ACCESS  read-only
  6271.                STATUS  mandatory
  6272.                ::= { lsystem 47 }
  6273.  
  6274.           netConfigIP OBJECT-TYPE
  6275.                SYNTAX  NetworkAddress
  6276.                ACCESS  read-only
  6277.                STATUS  mandatory
  6278.                ::= { lsystem 48 }
  6279.  
  6280.           netConfigName OBJECT-TYPE
  6281.                SYNTAX  OCTET STRING
  6282.                ACCESS  read-only
  6283.                STATUS  mandatory
  6284.                ::= { lsystem 49 }
  6285.  
  6286.           netConfigSet OBJECT-TYPE
  6287.                SYNTAX  OCTET STRING
  6288.                ACCESS  read-write
  6289.                STATUS  mandatory
  6290.                ::= { lsystem 50 }
  6291.  
  6292.           hostConfigIP OBJECT-TYPE
  6293.  
  6294.  
  6295.  
  6296.  
  6297.  
  6298.           cisco MIB                                           [Page 105]
  6299.  
  6300.  
  6301.  
  6302.  
  6303.  
  6304.  
  6305.           Request for Comments: Draft                cisco Systems, Inc.
  6306.  
  6307.  
  6308.                SYNTAX  NetworkAddress
  6309.                ACCESS  read-only
  6310.                STATUS  mandatory
  6311.                ::= { lsystem 51 }
  6312.  
  6313.           hostConfigName OBJECT-TYPE
  6314.                SYNTAX  OCTET STRING
  6315.                ACCESS  read-only
  6316.                STATUS  mandatory
  6317.                ::= { lsystem 52 }
  6318.  
  6319.           hostConfigSet OBJECT-TYPE
  6320.                SYNTAX  OCTET STRING
  6321.                ACCESS  read-write
  6322.                STATUS  mandatory
  6323.                ::= { lsystem 53 }
  6324.           -- the Local Interfaces group
  6325.  
  6326.           -- the Local Interface Table
  6327.  
  6328.           lifTable OBJECT-TYPE
  6329.                SYNTAX  SEQUENCE OF LIfEntry
  6330.                ACCESS  read-only
  6331.                STATUS  mandatory
  6332.                ::= { linterfaces 1 }
  6333.  
  6334.           lifEntry OBJECT-TYPE
  6335.                SYNTAX  LIfEntry
  6336.                ACCESS  read-only
  6337.                STATUS  mandatory
  6338.                ::= { lifTable 1 }
  6339.  
  6340.           LIfEntry ::= SEQUENCE {
  6341.              locIfHardType
  6342.                 OCTET STRING,
  6343.              locIfLineProt
  6344.                 INTEGER,
  6345.              locIfLastIn
  6346.                 INTEGER,
  6347.              locIfLastOut
  6348.                 INTEGER,
  6349.              locIfLastOutHang
  6350.                 INTEGER,
  6351.              locIfInBitsSec
  6352.                 INTEGER,
  6353.  
  6354.  
  6355.  
  6356.  
  6357.  
  6358.           cisco MIB                                           [Page 106]
  6359.  
  6360.  
  6361.  
  6362.  
  6363.  
  6364.  
  6365.           Request for Comments: Draft                cisco Systems, Inc.
  6366.  
  6367.  
  6368.              locIfInPktsSec
  6369.                 INTEGER,
  6370.              locIfOutBitsSec
  6371.                 INTEGER,
  6372.              locIfOutPktsSec
  6373.                 INTEGER,
  6374.              locIfInRunts
  6375.                 INTEGER,
  6376.              locIfInGiants
  6377.                 INTEGER,
  6378.              locIfInCRC
  6379.                 INTEGER,
  6380.              locIfInFrame
  6381.                 INTEGER,
  6382.              locIfInOverrun
  6383.                 INTEGER,
  6384.              locIfInIgnored
  6385.                 INTEGER,
  6386.              locIfInAbort
  6387.                 INTEGER,
  6388.              locIfResets
  6389.                 INTEGER,
  6390.              locIfRestarts
  6391.                 INTEGER,
  6392.              locIfKeep
  6393.                 INTEGER,
  6394.              locIfReason
  6395.                 OCTET STRING,
  6396.           }
  6397.  
  6398.           locIfHardType OBJECT-TYPE
  6399.                SYNTAX  OCTET STRING
  6400.                ACCESS  read-only
  6401.                STATUS  mandatory
  6402.                ::= { lifEntry 1 }
  6403.  
  6404.           locIfLineProt OBJECT-TYPE
  6405.                SYNTAX  INTEGER
  6406.                ACCESS  read-only
  6407.                STATUS  mandatory
  6408.                ::= { lifEntry 2 }
  6409.  
  6410.           locIfLastIn OBJECT-TYPE
  6411.                SYNTAX  INTEGER
  6412.                ACCESS  read-only
  6413.  
  6414.  
  6415.  
  6416.  
  6417.  
  6418.           cisco MIB                                           [Page 107]
  6419.  
  6420.  
  6421.  
  6422.  
  6423.  
  6424.  
  6425.           Request for Comments: Draft                cisco Systems, Inc.
  6426.  
  6427.  
  6428.                STATUS  mandatory
  6429.                ::= { lifEntry 3 }
  6430.  
  6431.           locIfLastOut OBJECT-TYPE
  6432.                SYNTAX  INTEGER
  6433.                ACCESS  read-only
  6434.                STATUS  mandatory
  6435.                ::= { lifEntry 4 }
  6436.  
  6437.           locIfLastOutHang OBJECT-TYPE
  6438.                SYNTAX  INTEGER
  6439.                ACCESS  read-only
  6440.                STATUS  mandatory
  6441.                ::= { lifEntry 5 }
  6442.  
  6443.           locIfInBitsSec OBJECT-TYPE
  6444.                SYNTAX  INTEGER
  6445.                ACCESS  read-only
  6446.                STATUS  mandatory
  6447.                ::= { lifEntry 6 }
  6448.  
  6449.           locIfInPktsSec OBJECT-TYPE
  6450.                SYNTAX  INTEGER
  6451.                ACCESS  read-only
  6452.                STATUS  mandatory
  6453.                ::= { lifEntry 7 }
  6454.  
  6455.           locIfOutBitsSec OBJECT-TYPE
  6456.                SYNTAX  INTEGER
  6457.                ACCESS  read-only
  6458.                STATUS  mandatory
  6459.                ::= { lifEntry 8 }
  6460.  
  6461.           locIfOutPktsSec OBJECT-TYPE
  6462.                SYNTAX  INTEGER
  6463.                ACCESS  read-only
  6464.                STATUS  mandatory
  6465.                ::= { lifEntry 9 }
  6466.  
  6467.           locIfInRunts OBJECT-TYPE
  6468.                SYNTAX  INTEGER
  6469.                ACCESS  read-only
  6470.                STATUS  mandatory
  6471.                ::= { lifEntry 10 }
  6472.  
  6473.  
  6474.  
  6475.  
  6476.  
  6477.  
  6478.           cisco MIB                                           [Page 108]
  6479.  
  6480.  
  6481.  
  6482.  
  6483.  
  6484.  
  6485.           Request for Comments: Draft                cisco Systems, Inc.
  6486.  
  6487.  
  6488.           locIfInGiants OBJECT-TYPE
  6489.                SYNTAX  INTEGER
  6490.                ACCESS  read-only
  6491.                STATUS  mandatory
  6492.                ::= { lifEntry 11 }
  6493.  
  6494.           locIfInCRC OBJECT-TYPE
  6495.                SYNTAX  INTEGER
  6496.                ACCESS  read-only
  6497.                STATUS  mandatory
  6498.                ::= { lifEntry 12 }
  6499.  
  6500.           locIfInFrame OBJECT-TYPE
  6501.                SYNTAX  INTEGER
  6502.                ACCESS  read-only
  6503.                STATUS  mandatory
  6504.                ::= { lifEntry 13 }
  6505.  
  6506.           locIfInOverrun OBJECT-TYPE
  6507.                SYNTAX  INTEGER
  6508.                ACCESS  read-only
  6509.                STATUS  mandatory
  6510.                ::= { lifEntry 14 }
  6511.  
  6512.           locIfInIgnored OBJECT-TYPE
  6513.                SYNTAX  INTEGER
  6514.                ACCESS  read-only
  6515.                STATUS  mandatory
  6516.                ::= { lifEntry 15 }
  6517.  
  6518.           locIfInAbort OBJECT-TYPE
  6519.                SYNTAX  INTEGER
  6520.                ACCESS  read-only
  6521.                STATUS  mandatory
  6522.                ::= { lifEntry 16 }
  6523.  
  6524.           locIfResets OBJECT-TYPE
  6525.                SYNTAX  INTEGER
  6526.                ACCESS  read-only
  6527.                STATUS  mandatory
  6528.                ::= { lifEntry 17 }
  6529.  
  6530.           locIfRestarts OBJECT-TYPE
  6531.                SYNTAX  INTEGER
  6532.                ACCESS  read-only
  6533.  
  6534.  
  6535.  
  6536.  
  6537.  
  6538.           cisco MIB                                           [Page 109]
  6539.  
  6540.  
  6541.  
  6542.  
  6543.  
  6544.  
  6545.           Request for Comments: Draft                cisco Systems, Inc.
  6546.  
  6547.  
  6548.                STATUS  mandatory
  6549.                ::= { lifEntry 18 }
  6550.  
  6551.           locIfKeep OBJECT-TYPE
  6552.                SYNTAX  INTEGER
  6553.                ACCESS  read-only
  6554.                STATUS  mandatory
  6555.                ::= { lifEntry 19 }
  6556.  
  6557.           locIfReason OBJECT-TYPE
  6558.                SYNTAX  OCTET STRING
  6559.                ACCESS  read-only
  6560.                STATUS  mandatory
  6561.                ::= { lifEntry 20 }
  6562.           -- the Local IP group
  6563.  
  6564.           -- the Local IP Address table
  6565.  
  6566.           lipAddrTable OBJECT-TYPE
  6567.                SYNTAX  SEQUENCE OF LIpAddrEntry
  6568.                ACCESS  read-only
  6569.                STATUS  mandatory
  6570.                ::= { lip 1 }
  6571.  
  6572.           lipAddrEntry OBJECT-TYPE
  6573.                SYNTAX  LIpAddrEntry
  6574.                ACCESS  read-only
  6575.                STATUS  mandatory
  6576.                ::= { lipAddrTable 1 }
  6577.  
  6578.           LIpAddrEntry ::= SEQUENCE {
  6579.              locIPHow
  6580.                 OCTET STRING,
  6581.              locIPWho
  6582.                 NetworkAddress,
  6583.              locIPHelper
  6584.                 NetworkAddress,
  6585.              locIPSecurity
  6586.                 INTEGER,
  6587.              locIPRedirects
  6588.                 INTEGER,
  6589.              locIPUnreach
  6590.                 INTEGER,
  6591.           }
  6592.  
  6593.  
  6594.  
  6595.  
  6596.  
  6597.  
  6598.           cisco MIB                                           [Page 110]
  6599.  
  6600.  
  6601.  
  6602.  
  6603.  
  6604.  
  6605.           Request for Comments: Draft                cisco Systems, Inc.
  6606.  
  6607.  
  6608.           locIPHow OBJECT-TYPE
  6609.                SYNTAX  OCTET STRING
  6610.                ACCESS  read-only
  6611.                STATUS  mandatory
  6612.                ::= { lipAddrEntry 1 }
  6613.  
  6614.           locIPWho OBJECT-TYPE
  6615.                SYNTAX  NetworkAddress
  6616.                ACCESS  read-only
  6617.                STATUS  mandatory
  6618.                ::= { lipAddrEntry 2 }
  6619.  
  6620.           locIPHelper OBJECT-TYPE
  6621.                SYNTAX  NetworkAddress
  6622.                ACCESS  read-only
  6623.                STATUS  mandatory
  6624.                ::= { lipAddrEntry 3 }
  6625.  
  6626.           locIPSecurity OBJECT-TYPE
  6627.                SYNTAX  INTEGER
  6628.                ACCESS  read-only
  6629.                STATUS  mandatory
  6630.                ::= { lipAddrEntry 4 }
  6631.  
  6632.           locIPRedirects OBJECT-TYPE
  6633.                SYNTAX  INTEGER
  6634.                ACCESS  read-only
  6635.                STATUS  mandatory
  6636.                ::= { lipAddrEntry 5 }
  6637.  
  6638.           locIPUnreach OBJECT-TYPE
  6639.                SYNTAX  INTEGER
  6640.                ACCESS  read-only
  6641.                STATUS  mandatory
  6642.                ::= { lipAddrEntry 6 }
  6643.  
  6644.           -- theLocal IP Routing table
  6645.  
  6646.           lipRoutingTable OBJECT-TYPE
  6647.                SYNTAX  SEQUENCE OF LIpRouteEntry
  6648.                ACCESS  read-only
  6649.                STATUS  mandatory
  6650.                ::= { lip 2 }
  6651.  
  6652.           lipRouteEntry OBJECT-TYPE
  6653.  
  6654.  
  6655.  
  6656.  
  6657.  
  6658.           cisco MIB                                           [Page 111]
  6659.  
  6660.  
  6661.  
  6662.  
  6663.  
  6664.  
  6665.           Request for Comments: Draft                cisco Systems, Inc.
  6666.  
  6667.  
  6668.                SYNTAX  LIpRouteEntry
  6669.                ACCESS  read-only
  6670.                STATUS  mandatory
  6671.                ::= { lipRoutingTable 1 }
  6672.  
  6673.           LIpRouteEntry ::= SEQUENCE {
  6674.              locRtMask
  6675.                 NetworkAddress,
  6676.              locRtCount
  6677.                 INTEGER,
  6678.              locRtUses
  6679.                 INTEGER,
  6680.           }
  6681.  
  6682.           locRtMask OBJECT-TYPE
  6683.                SYNTAX  NetworkAddress
  6684.                ACCESS  read-only
  6685.                STATUS  mandatory
  6686.                ::= { lipRouteEntry 1 }
  6687.  
  6688.           locRtCount OBJECT-TYPE
  6689.                SYNTAX  INTEGER
  6690.                ACCESS  read-only
  6691.                STATUS  mandatory
  6692.                ::= { lipRouteEntry 2 }
  6693.  
  6694.           locRtUses OBJECT-TYPE
  6695.                SYNTAX  INTEGER
  6696.                ACCESS  read-only
  6697.                STATUS  mandatory
  6698.                ::= { lipRouteEntry 3 }
  6699.  
  6700.           routeFilter OBJECT-TYPE
  6701.                SYNTAX  INTEGER
  6702.                ACCESS  read-only
  6703.                STATUS  mandatory
  6704.                ::= { lip 3 }
  6705.  
  6706.           actThresh OBJECT-TYPE
  6707.                SYNTAX  INTEGER
  6708.                ACCESS  read-only
  6709.                STATUS  mandatory
  6710.                ::= { lip 4 }
  6711.  
  6712.           actLostPkts OBJECT-TYPE
  6713.  
  6714.  
  6715.  
  6716.  
  6717.  
  6718.           cisco MIB                                           [Page 112]
  6719.  
  6720.  
  6721.  
  6722.  
  6723.  
  6724.  
  6725.           Request for Comments: Draft                cisco Systems, Inc.
  6726.  
  6727.  
  6728.                SYNTAX  INTEGER
  6729.                ACCESS  read-only
  6730.                STATUS  mandatory
  6731.                ::= { lip 5 }
  6732.  
  6733.           actLostByts OBJECT-TYPE
  6734.                SYNTAX  INTEGER
  6735.                ACCESS  read-only
  6736.                STATUS  mandatory
  6737.                ::= { lip 6 }
  6738.  
  6739.           -- the Local IP Accounting table
  6740.  
  6741.           lipAccountingTable OBJECT-TYPE
  6742.                SYNTAX  SEQUENCE OF LIpAccountEntry
  6743.                ACCESS  read-only
  6744.                STATUS  mandatory
  6745.                ::= { lip 7 }
  6746.  
  6747.           lipAccountEntry OBJECT-TYPE
  6748.                SYNTAX  LIpAccountEntry
  6749.                ACCESS  read-only
  6750.                STATUS  mandatory
  6751.                ::= { lipAccountingTable 1 }
  6752.  
  6753.           LIpAccountEntry ::= SEQUENCE {
  6754.              actSrc
  6755.                 NetworkAddress,
  6756.              actDst
  6757.                 NetworkAddress,
  6758.              actPkts
  6759.                 INTEGER,
  6760.              actByts
  6761.                 INTEGER,
  6762.           }
  6763.  
  6764.           actSrc OBJECT-TYPE
  6765.                SYNTAX  NetworkAddress
  6766.                ACCESS  read-only
  6767.                STATUS  mandatory
  6768.                ::= { lipAccountEntry 1 }
  6769.  
  6770.           actDst OBJECT-TYPE
  6771.                SYNTAX  NetworkAddress
  6772.                ACCESS  read-only
  6773.  
  6774.  
  6775.  
  6776.  
  6777.  
  6778.           cisco MIB                                           [Page 113]
  6779.  
  6780.  
  6781.  
  6782.  
  6783.  
  6784.  
  6785.           Request for Comments: Draft                cisco Systems, Inc.
  6786.  
  6787.  
  6788.                STATUS  mandatory
  6789.                ::= { lipAccountEntry 2 }
  6790.  
  6791.           actPkts OBJECT-TYPE
  6792.                SYNTAX  INTEGER
  6793.                ACCESS  read-only
  6794.                STATUS  mandatory
  6795.                ::= { lipAccountEntry 3 }
  6796.  
  6797.           actByts OBJECT-TYPE
  6798.                SYNTAX  INTEGER
  6799.                ACCESS  read-only
  6800.                STATUS  mandatory
  6801.                ::= { lipAccountEntry 4 }
  6802.           -- the Local TCP group
  6803.  
  6804.           -- the Local TCP Connection table
  6805.  
  6806.           ltcpConnTable OBJECT-TYPE
  6807.                SYNTAX  SEQUENCE OF LTcpConnEntry
  6808.                ACCESS  read-only
  6809.                STATUS  mandatory
  6810.                ::= { ltcp 1 }
  6811.  
  6812.           ltcpConnEntry OBJECT-TYPE
  6813.                SYNTAX  LTcpConnEntry
  6814.                ACCESS  read-only
  6815.                STATUS  mandatory
  6816.                ::= { ltcpConnTable 1 }
  6817.  
  6818.           LTcpConnEntry ::= SEQUENCE {
  6819.              loctcpConnInBytes
  6820.                 INTEGER,
  6821.              loctcpConnOutBytes
  6822.                 INTEGER,
  6823.              loctcpConnInPkts
  6824.                 INTEGER,
  6825.              loctcpConnOutPkts
  6826.                 INTEGER,
  6827.              loctcpConnElapsed
  6828.                 TimeTicks,
  6829.           }
  6830.  
  6831.           loctcpConnInBytes OBJECT-TYPE
  6832.                SYNTAX  INTEGER
  6833.  
  6834.  
  6835.  
  6836.  
  6837.  
  6838.           cisco MIB                                           [Page 114]
  6839.  
  6840.  
  6841.  
  6842.  
  6843.  
  6844.  
  6845.           Request for Comments: Draft                cisco Systems, Inc.
  6846.  
  6847.  
  6848.                ACCESS  read-only
  6849.                STATUS  mandatory
  6850.                ::= { ltcpConnEntry 1 }
  6851.  
  6852.           loctcpConnOutBytes OBJECT-TYPE
  6853.                SYNTAX  INTEGER
  6854.                ACCESS  read-only
  6855.                STATUS  mandatory
  6856.                ::= { ltcpConnEntry 2 }
  6857.  
  6858.           loctcpConnInPkts OBJECT-TYPE
  6859.                SYNTAX  INTEGER
  6860.                ACCESS  read-only
  6861.                STATUS  mandatory
  6862.                ::= { ltcpConnEntry 3 }
  6863.  
  6864.           loctcpConnOutPkts OBJECT-TYPE
  6865.                SYNTAX  INTEGER
  6866.                ACCESS  read-only
  6867.                STATUS  mandatory
  6868.                ::= { ltcpConnEntry 4 }
  6869.  
  6870.           loctcpConnElapsed OBJECT-TYPE
  6871.                SYNTAX  TimeTicks
  6872.                ACCESS  read-only
  6873.                STATUS  mandatory
  6874.                ::= { ltcpConnEntry 5 }
  6875.           -- the Local Terminal Server group
  6876.  
  6877.           tsLines OBJECT-TYPE
  6878.                SYNTAX  INTEGER
  6879.                ACCESS  read-only
  6880.                STATUS  optional
  6881.                ::= { lts 1 }
  6882.  
  6883.           -- the Local Terminal Server Line table
  6884.  
  6885.           ltsLineTable OBJECT-TYPE
  6886.                SYNTAX  SEQUENCE OF LTsLineEntry
  6887.                ACCESS  read-only
  6888.                STATUS  optional
  6889.                ::= { lts 2 }
  6890.  
  6891.           ltsLineEntry OBJECT-TYPE
  6892.                SYNTAX  LTsLineEntry
  6893.  
  6894.  
  6895.  
  6896.  
  6897.  
  6898.           cisco MIB                                           [Page 115]
  6899.  
  6900.  
  6901.  
  6902.  
  6903.  
  6904.  
  6905.           Request for Comments: Draft                cisco Systems, Inc.
  6906.  
  6907.  
  6908.                ACCESS  read-only
  6909.                STATUS  optional
  6910.                ::= { ltsLineTable 1 }
  6911.  
  6912.           LTsLineEntry ::= SEQUENCE {
  6913.              tsLineActive
  6914.                 INTEGER,
  6915.              tsLineType
  6916.                 INTEGER,
  6917.              tsLineAutobaud
  6918.                 INTEGER,
  6919.              tsLineSpeedin
  6920.                 INTEGER,
  6921.              tsLineSpeedout
  6922.                 INTEGER,
  6923.              tsLineFlow
  6924.                 INTEGER,
  6925.              tsLineModem
  6926.                 INTEGER,
  6927.              tsLineLoc
  6928.                 OCTET STRING,
  6929.              tsLineTerm
  6930.                 OCTET STRING,
  6931.              tsLineScrlen
  6932.                 INTEGER,
  6933.              tsLineScrwid
  6934.                 INTEGER,
  6935.              tsLineEsc
  6936.                 OCTET STRING,
  6937.              tsLineTmo
  6938.                 INTEGER,
  6939.              tsLineSestmo
  6940.                 INTEGER,
  6941.              tsLineRotary
  6942.                 INTEGER,
  6943.              tsLineUses
  6944.                 INTEGER,
  6945.              tsLineNses
  6946.                 INTEGER,
  6947.              tsLineUser
  6948.                 OCTET STRING,
  6949.           }
  6950.  
  6951.           tsLineActive OBJECT-TYPE
  6952.                SYNTAX  INTEGER
  6953.  
  6954.  
  6955.  
  6956.  
  6957.  
  6958.           cisco MIB                                           [Page 116]
  6959.  
  6960.  
  6961.  
  6962.  
  6963.  
  6964.  
  6965.           Request for Comments: Draft                cisco Systems, Inc.
  6966.  
  6967.  
  6968.                ACCESS  read-only
  6969.                STATUS  optional
  6970.                ::= { ltsLineEntry 1 }
  6971.  
  6972.           tsLineType OBJECT-TYPE
  6973.                SYNTAX  INTEGER {
  6974.                     unknown(1),
  6975.                     console(2),
  6976.                     terminal(3),
  6977.                     line-printer(4),
  6978.                     virtual-terminal(5),
  6979.                     auxiliary(6)
  6980.                }
  6981.                ACCESS  read-only
  6982.                STATUS  optional
  6983.                ::= { ltsLineEntry 2 }
  6984.  
  6985.           tsLineAutobaud OBJECT-TYPE
  6986.                SYNTAX  INTEGER
  6987.                ACCESS  read-only
  6988.                STATUS  optional
  6989.                ::= { ltsLineEntry 3 }
  6990.  
  6991.           tsLineSpeedin OBJECT-TYPE
  6992.                SYNTAX  INTEGER
  6993.                ACCESS  read-only
  6994.                STATUS  optional
  6995.                ::= { ltsLineEntry 4 }
  6996.  
  6997.           tsLineSpeedout OBJECT-TYPE
  6998.                SYNTAX  INTEGER
  6999.                ACCESS  read-only
  7000.                STATUS  optional
  7001.                ::= { ltsLineEntry 5 }
  7002.  
  7003.           tsLineFlow OBJECT-TYPE
  7004.                SYNTAX  INTEGER {
  7005.                     unknown(1),
  7006.                     none(2),
  7007.                     software-input(3),
  7008.                     software-output(4),
  7009.                     software-both(5),
  7010.                     hardware-input(6),
  7011.                     hardware-output(7),
  7012.                     hardware-both(8)
  7013.  
  7014.  
  7015.  
  7016.  
  7017.  
  7018.           cisco MIB                                           [Page 117]
  7019.  
  7020.  
  7021.  
  7022.  
  7023.  
  7024.  
  7025.           Request for Comments: Draft                cisco Systems, Inc.
  7026.  
  7027.  
  7028.                }
  7029.                ACCESS  read-only
  7030.                STATUS  optional
  7031.                ::= { ltsLineEntry 6 }
  7032.  
  7033.           tsLineModem OBJECT-TYPE
  7034.                SYNTAX  INTEGER {
  7035.                     unknown(1),
  7036.                     none(2),
  7037.                     call-in(3),
  7038.                     call-out(4),
  7039.                     cts-required(5),
  7040.                     rs-is-cd(6)
  7041.                }
  7042.                ACCESS  read-only
  7043.                STATUS  optional
  7044.                ::= { ltsLineEntry 7 }
  7045.  
  7046.           tsLineLoc OBJECT-TYPE
  7047.                SYNTAX  OCTET STRING
  7048.                ACCESS  read-only
  7049.                STATUS  optional
  7050.                ::= { ltsLineEntry 8 }
  7051.  
  7052.           tsLineTerm OBJECT-TYPE
  7053.                SYNTAX  OCTET STRING
  7054.                ACCESS  read-only
  7055.                STATUS  optional
  7056.                ::= { ltsLineEntry 9 }
  7057.  
  7058.           tsLineScrlen OBJECT-TYPE
  7059.                SYNTAX  INTEGER
  7060.                ACCESS  read-only
  7061.                STATUS  optional
  7062.                ::= { ltsLineEntry 10 }
  7063.  
  7064.           tsLineScrwid OBJECT-TYPE
  7065.                SYNTAX  INTEGER
  7066.                ACCESS  read-only
  7067.                STATUS  optional
  7068.                ::= { ltsLineEntry 11 }
  7069.  
  7070.           tsLineEsc OBJECT-TYPE
  7071.                SYNTAX  OCTET STRING
  7072.                ACCESS  read-only
  7073.  
  7074.  
  7075.  
  7076.  
  7077.  
  7078.           cisco MIB                                           [Page 118]
  7079.  
  7080.  
  7081.  
  7082.  
  7083.  
  7084.  
  7085.           Request for Comments: Draft                cisco Systems, Inc.
  7086.  
  7087.  
  7088.                STATUS  optional
  7089.                ::= { ltsLineEntry 12 }
  7090.  
  7091.           tsLineTmo OBJECT-TYPE
  7092.                SYNTAX  INTEGER
  7093.                ACCESS  read-only
  7094.                STATUS  optional
  7095.                ::= { ltsLineEntry 13 }
  7096.  
  7097.           tsLineSestmo OBJECT-TYPE
  7098.                SYNTAX  INTEGER
  7099.                ACCESS  read-only
  7100.                STATUS  optional
  7101.                ::= { ltsLineEntry 14 }
  7102.  
  7103.           tsLineRotary OBJECT-TYPE
  7104.                SYNTAX  INTEGER
  7105.                ACCESS  read-only
  7106.                STATUS  optional
  7107.                ::= { ltsLineEntry 15 }
  7108.  
  7109.           tsLineUses OBJECT-TYPE
  7110.                SYNTAX  INTEGER
  7111.                ACCESS  read-only
  7112.                STATUS  optional
  7113.                ::= { ltsLineEntry 16 }
  7114.  
  7115.           tsLineNses OBJECT-TYPE
  7116.                SYNTAX  INTEGER
  7117.                ACCESS  read-only
  7118.                STATUS  optional
  7119.                ::= { ltsLineEntry 17 }
  7120.  
  7121.           tsLineUser OBJECT-TYPE
  7122.                SYNTAX  OCTET STRING
  7123.                ACCESS  read-only
  7124.                STATUS  optional
  7125.                ::= { ltsLineEntry 18 }
  7126.  
  7127.           -- the Local Terminal Server Line Session table
  7128.  
  7129.           ltsLineSessionTable OBJECT-TYPE
  7130.                SYNTAX  SEQUENCE OF LTsLineSessionEntry
  7131.                ACCESS  read-only
  7132.                STATUS  optional
  7133.  
  7134.  
  7135.  
  7136.  
  7137.  
  7138.           cisco MIB                                           [Page 119]
  7139.  
  7140.  
  7141.  
  7142.  
  7143.  
  7144.  
  7145.           Request for Comments: Draft                cisco Systems, Inc.
  7146.  
  7147.  
  7148.                ::= { lts 3 }
  7149.  
  7150.           ltsLineSessionEntry OBJECT-TYPE
  7151.                SYNTAX  LTsLineSessionEntry
  7152.                ACCESS  read-only
  7153.                STATUS  optional
  7154.                ::= { ltsLineSessionTable 1 }
  7155.  
  7156.           LTsLineSessionEntry ::= SEQUENCE {
  7157.              tslineSesType
  7158.                 INTEGER,
  7159.              tslineSesDir
  7160.                 INTEGER,
  7161.              tslineSesAddr
  7162.                 NetworkAddress,
  7163.              tslineSesName
  7164.                 OCTET STRING,
  7165.              tslineSesCur
  7166.                 INTEGER,
  7167.              tslineSesIdle
  7168.                 INTEGER,
  7169.           }
  7170.  
  7171.           tslineSesType OBJECT-TYPE
  7172.                SYNTAX  INTEGER {
  7173.                     unknown(1),
  7174.                     pad(2),
  7175.                     stream(3),
  7176.                     rlogin(4),
  7177.                     telnet(5)
  7178.                }
  7179.                ACCESS  read-only
  7180.                STATUS  optional
  7181.                ::= { ltsLineSessionEntry 1 }
  7182.  
  7183.           tslineSesDir OBJECT-TYPE
  7184.                SYNTAX  INTEGER {
  7185.                     unknown(1),
  7186.                     incoming(2),
  7187.                     outgoing(3)
  7188.                }
  7189.                ACCESS  read-only
  7190.                STATUS  optional
  7191.                ::= { ltsLineSessionEntry 2 }
  7192.  
  7193.  
  7194.  
  7195.  
  7196.  
  7197.  
  7198.           cisco MIB                                           [Page 120]
  7199.  
  7200.  
  7201.  
  7202.  
  7203.  
  7204.  
  7205.           Request for Comments: Draft                cisco Systems, Inc.
  7206.  
  7207.  
  7208.           tslineSesAddr OBJECT-TYPE
  7209.                SYNTAX  NetworkAddress
  7210.                ACCESS  read-only
  7211.                STATUS  optional
  7212.                ::= { ltsLineSessionEntry 3 }
  7213.  
  7214.           tslineSesName OBJECT-TYPE
  7215.                SYNTAX  OCTET STRING
  7216.                ACCESS  read-only
  7217.                STATUS  optional
  7218.                ::= { ltsLineSessionEntry 4 }
  7219.  
  7220.           tslineSesCur OBJECT-TYPE
  7221.                SYNTAX  INTEGER
  7222.                ACCESS  read-only
  7223.                STATUS  optional
  7224.                ::= { ltsLineSessionEntry 5 }
  7225.  
  7226.           tslineSesIdle OBJECT-TYPE
  7227.                SYNTAX  INTEGER
  7228.                ACCESS  read-only
  7229.                STATUS  optional
  7230.                ::= { ltsLineSessionEntry 6 }
  7231.           -- the Temporary DECNET group
  7232.  
  7233.           dnForward OBJECT-TYPE
  7234.                SYNTAX  INTEGER
  7235.                ACCESS  read-only
  7236.                STATUS  experimental
  7237.                ::= { decnet 1 }
  7238.  
  7239.           dnReceived OBJECT-TYPE
  7240.                SYNTAX  INTEGER
  7241.                ACCESS  read-only
  7242.                STATUS  experimental
  7243.                ::= { decnet 2 }
  7244.  
  7245.           dnFormaterr OBJECT-TYPE
  7246.                SYNTAX  INTEGER
  7247.                ACCESS  read-only
  7248.                STATUS  experimental
  7249.                ::= { decnet 3 }
  7250.  
  7251.           dnNotgateway OBJECT-TYPE
  7252.                SYNTAX  INTEGER
  7253.  
  7254.  
  7255.  
  7256.  
  7257.  
  7258.           cisco MIB                                           [Page 121]
  7259.  
  7260.  
  7261.  
  7262.  
  7263.  
  7264.  
  7265.           Request for Comments: Draft                cisco Systems, Inc.
  7266.  
  7267.  
  7268.                ACCESS  read-only
  7269.                STATUS  experimental
  7270.                ::= { decnet 4 }
  7271.  
  7272.           dnNotimp OBJECT-TYPE
  7273.                SYNTAX  INTEGER
  7274.                ACCESS  read-only
  7275.                STATUS  experimental
  7276.                ::= { decnet 5 }
  7277.  
  7278.           dnHellos OBJECT-TYPE
  7279.                SYNTAX  INTEGER
  7280.                ACCESS  read-only
  7281.                STATUS  experimental
  7282.                ::= { decnet 6 }
  7283.  
  7284.           dnBadhello OBJECT-TYPE
  7285.                SYNTAX  INTEGER
  7286.                ACCESS  read-only
  7287.                STATUS  experimental
  7288.                ::= { decnet 7 }
  7289.  
  7290.           dnNotlong OBJECT-TYPE
  7291.                SYNTAX  INTEGER
  7292.                ACCESS  read-only
  7293.                STATUS  experimental
  7294.                ::= { decnet 8 }
  7295.  
  7296.           dnDatas OBJECT-TYPE
  7297.                SYNTAX  INTEGER
  7298.                ACCESS  read-only
  7299.                STATUS  experimental
  7300.                ::= { decnet 9 }
  7301.  
  7302.           dnBigaddr OBJECT-TYPE
  7303.                SYNTAX  INTEGER
  7304.                ACCESS  read-only
  7305.                STATUS  experimental
  7306.                ::= { decnet 10 }
  7307.  
  7308.           dnNoroute OBJECT-TYPE
  7309.                SYNTAX  INTEGER
  7310.                ACCESS  read-only
  7311.                STATUS  experimental
  7312.                ::= { decnet 11 }
  7313.  
  7314.  
  7315.  
  7316.  
  7317.  
  7318.           cisco MIB                                           [Page 122]
  7319.  
  7320.  
  7321.  
  7322.  
  7323.  
  7324.  
  7325.           Request for Comments: Draft                cisco Systems, Inc.
  7326.  
  7327.  
  7328.           dnNoencap OBJECT-TYPE
  7329.                SYNTAX  INTEGER
  7330.                ACCESS  read-only
  7331.                STATUS  experimental
  7332.                ::= { decnet 12 }
  7333.  
  7334.           dnLevel1s OBJECT-TYPE
  7335.                SYNTAX  INTEGER
  7336.                ACCESS  read-only
  7337.                STATUS  experimental
  7338.                ::= { decnet 13 }
  7339.  
  7340.           dnBadlevel1 OBJECT-TYPE
  7341.                SYNTAX  INTEGER
  7342.                ACCESS  read-only
  7343.                STATUS  experimental
  7344.                ::= { decnet 14 }
  7345.  
  7346.           dnToomanyhops OBJECT-TYPE
  7347.                SYNTAX  INTEGER
  7348.                ACCESS  read-only
  7349.                STATUS  experimental
  7350.                ::= { decnet 15 }
  7351.  
  7352.           dnHellosent OBJECT-TYPE
  7353.                SYNTAX  INTEGER
  7354.                ACCESS  read-only
  7355.                STATUS  experimental
  7356.                ::= { decnet 16 }
  7357.  
  7358.           dnLevel1sent OBJECT-TYPE
  7359.                SYNTAX  INTEGER
  7360.                ACCESS  read-only
  7361.                STATUS  experimental
  7362.                ::= { decnet 17 }
  7363.  
  7364.           dnNomemory OBJECT-TYPE
  7365.                SYNTAX  INTEGER
  7366.                ACCESS  read-only
  7367.                STATUS  experimental
  7368.                ::= { decnet 18 }
  7369.  
  7370.           dnOtherhello OBJECT-TYPE
  7371.                SYNTAX  INTEGER
  7372.                ACCESS  read-only
  7373.  
  7374.  
  7375.  
  7376.  
  7377.  
  7378.           cisco MIB                                           [Page 123]
  7379.  
  7380.  
  7381.  
  7382.  
  7383.  
  7384.  
  7385.           Request for Comments: Draft                cisco Systems, Inc.
  7386.  
  7387.  
  7388.                STATUS  experimental
  7389.                ::= { decnet 19 }
  7390.  
  7391.           dnOtherlevel1 OBJECT-TYPE
  7392.                SYNTAX  INTEGER
  7393.                ACCESS  read-only
  7394.                STATUS  experimental
  7395.                ::= { decnet 20 }
  7396.  
  7397.           dnLevel2s OBJECT-TYPE
  7398.                SYNTAX  INTEGER
  7399.                ACCESS  read-only
  7400.                STATUS  experimental
  7401.                ::= { decnet 21 }
  7402.  
  7403.           dnLevel2sent OBJECT-TYPE
  7404.                SYNTAX  INTEGER
  7405.                ACCESS  read-only
  7406.                STATUS  experimental
  7407.                ::= { decnet 22 }
  7408.  
  7409.           dnNovector OBJECT-TYPE
  7410.                SYNTAX  INTEGER
  7411.                ACCESS  read-only
  7412.                STATUS  experimental
  7413.                ::= { decnet 23 }
  7414.  
  7415.           dnOtherlevel2 OBJECT-TYPE
  7416.                SYNTAX  INTEGER
  7417.                ACCESS  read-only
  7418.                STATUS  experimental
  7419.                ::= { decnet 24 }
  7420.  
  7421.           dnNoaccess OBJECT-TYPE
  7422.                SYNTAX  INTEGER
  7423.                ACCESS  read-only
  7424.                STATUS  experimental
  7425.                ::= { decnet 25 }
  7426.           -- the Temporary XNS group
  7427.  
  7428.           xnsInput OBJECT-TYPE
  7429.                SYNTAX  INTEGER
  7430.                ACCESS  read-only
  7431.                STATUS  experimental
  7432.                ::= { xns 1 }
  7433.  
  7434.  
  7435.  
  7436.  
  7437.  
  7438.           cisco MIB                                           [Page 124]
  7439.  
  7440.  
  7441.  
  7442.  
  7443.  
  7444.  
  7445.           Request for Comments: Draft                cisco Systems, Inc.
  7446.  
  7447.  
  7448.           xnsLocal OBJECT-TYPE
  7449.                SYNTAX  INTEGER
  7450.                ACCESS  read-only
  7451.                STATUS  experimental
  7452.                ::= { xns 2 }
  7453.  
  7454.           xnsBcastin OBJECT-TYPE
  7455.                SYNTAX  INTEGER
  7456.                ACCESS  read-only
  7457.                STATUS  experimental
  7458.                ::= { xns 3 }
  7459.  
  7460.           xnsForward OBJECT-TYPE
  7461.                SYNTAX  INTEGER
  7462.                ACCESS  read-only
  7463.                STATUS  experimental
  7464.                ::= { xns 4 }
  7465.  
  7466.           xnsBcastout OBJECT-TYPE
  7467.                SYNTAX  INTEGER
  7468.                ACCESS  read-only
  7469.                STATUS  experimental
  7470.                ::= { xns 5 }
  7471.  
  7472.           xnsErrin OBJECT-TYPE
  7473.                SYNTAX  INTEGER
  7474.                ACCESS  read-only
  7475.                STATUS  experimental
  7476.                ::= { xns 6 }
  7477.  
  7478.           xnsErrout OBJECT-TYPE
  7479.                SYNTAX  INTEGER
  7480.                ACCESS  read-only
  7481.                STATUS  experimental
  7482.                ::= { xns 7 }
  7483.  
  7484.           xnsFormerr OBJECT-TYPE
  7485.                SYNTAX  INTEGER
  7486.                ACCESS  read-only
  7487.                STATUS  experimental
  7488.                ::= { xns 8 }
  7489.  
  7490.           xnsChksum OBJECT-TYPE
  7491.                SYNTAX  INTEGER
  7492.                ACCESS  read-only
  7493.  
  7494.  
  7495.  
  7496.  
  7497.  
  7498.           cisco MIB                                           [Page 125]
  7499.  
  7500.  
  7501.  
  7502.  
  7503.  
  7504.  
  7505.           Request for Comments: Draft                cisco Systems, Inc.
  7506.  
  7507.  
  7508.                STATUS  experimental
  7509.                ::= { xns 9 }
  7510.  
  7511.           xnsNotgate OBJECT-TYPE
  7512.                SYNTAX  INTEGER
  7513.                ACCESS  read-only
  7514.                STATUS  experimental
  7515.                ::= { xns 10 }
  7516.  
  7517.           xnsHopcnt OBJECT-TYPE
  7518.                SYNTAX  INTEGER
  7519.                ACCESS  read-only
  7520.                STATUS  experimental
  7521.                ::= { xns 11 }
  7522.  
  7523.           xnsNoroute OBJECT-TYPE
  7524.                SYNTAX  INTEGER
  7525.                ACCESS  read-only
  7526.                STATUS  experimental
  7527.                ::= { xns 12 }
  7528.  
  7529.           xnsNoencap OBJECT-TYPE
  7530.                SYNTAX  INTEGER
  7531.                ACCESS  read-only
  7532.                STATUS  experimental
  7533.                ::= { xns 13 }
  7534.  
  7535.           xnsOutput OBJECT-TYPE
  7536.                SYNTAX  INTEGER
  7537.                ACCESS  read-only
  7538.                STATUS  experimental
  7539.                ::= { xns 14 }
  7540.  
  7541.           xnsInmult OBJECT-TYPE
  7542.                SYNTAX  INTEGER
  7543.                ACCESS  read-only
  7544.                STATUS  experimental
  7545.                ::= { xns 15 }
  7546.  
  7547.           xnsUnknown OBJECT-TYPE
  7548.                SYNTAX  INTEGER
  7549.                ACCESS  read-only
  7550.                STATUS  experimental
  7551.                ::= { xns 16 }
  7552.  
  7553.  
  7554.  
  7555.  
  7556.  
  7557.  
  7558.           cisco MIB                                           [Page 126]
  7559.  
  7560.  
  7561.  
  7562.  
  7563.  
  7564.  
  7565.           Request for Comments: Draft                cisco Systems, Inc.
  7566.  
  7567.  
  7568.           xnsFwdbrd OBJECT-TYPE
  7569.                SYNTAX  INTEGER
  7570.                ACCESS  read-only
  7571.                STATUS  experimental
  7572.                ::= { xns 17 }
  7573.  
  7574.           xnsEchoreqin OBJECT-TYPE
  7575.                SYNTAX  INTEGER
  7576.                ACCESS  read-only
  7577.                STATUS  experimental
  7578.                ::= { xns 18 }
  7579.  
  7580.           xnsEchoreqout OBJECT-TYPE
  7581.                SYNTAX  INTEGER
  7582.                ACCESS  read-only
  7583.                STATUS  experimental
  7584.                ::= { xns 19 }
  7585.  
  7586.           xnsEchorepin OBJECT-TYPE
  7587.                SYNTAX  INTEGER
  7588.                ACCESS  read-only
  7589.                STATUS  experimental
  7590.                ::= { xns 20 }
  7591.  
  7592.           xnsEchorepout OBJECT-TYPE
  7593.                SYNTAX  INTEGER
  7594.                ACCESS  read-only
  7595.                STATUS  experimental
  7596.                ::= { xns 21 }
  7597.           -- the Temporary AppleTalk group
  7598.  
  7599.           atInput OBJECT-TYPE
  7600.                SYNTAX  INTEGER
  7601.                ACCESS  read-only
  7602.                STATUS  experimental
  7603.                ::= { appletalk 1 }
  7604.  
  7605.           atLocal OBJECT-TYPE
  7606.                SYNTAX  INTEGER
  7607.                ACCESS  read-only
  7608.                STATUS  experimental
  7609.                ::= { appletalk 2 }
  7610.  
  7611.           atBcastin OBJECT-TYPE
  7612.                SYNTAX  INTEGER
  7613.  
  7614.  
  7615.  
  7616.  
  7617.  
  7618.           cisco MIB                                           [Page 127]
  7619.  
  7620.  
  7621.  
  7622.  
  7623.  
  7624.  
  7625.           Request for Comments: Draft                cisco Systems, Inc.
  7626.  
  7627.  
  7628.                ACCESS  read-only
  7629.                STATUS  experimental
  7630.                ::= { appletalk 3 }
  7631.  
  7632.           atForward OBJECT-TYPE
  7633.                SYNTAX  INTEGER
  7634.                ACCESS  read-only
  7635.                STATUS  experimental
  7636.                ::= { appletalk 4 }
  7637.  
  7638.           atBcastout OBJECT-TYPE
  7639.                SYNTAX  INTEGER
  7640.                ACCESS  read-only
  7641.                STATUS  experimental
  7642.                ::= { appletalk 5 }
  7643.  
  7644.           atFormerr OBJECT-TYPE
  7645.                SYNTAX  INTEGER
  7646.                ACCESS  read-only
  7647.                STATUS  experimental
  7648.                ::= { appletalk 6 }
  7649.  
  7650.           atChksum OBJECT-TYPE
  7651.                SYNTAX  INTEGER
  7652.                ACCESS  read-only
  7653.                STATUS  experimental
  7654.                ::= { appletalk 7 }
  7655.  
  7656.           atNotgate OBJECT-TYPE
  7657.                SYNTAX  INTEGER
  7658.                ACCESS  read-only
  7659.                STATUS  experimental
  7660.                ::= { appletalk 8 }
  7661.  
  7662.           atHopcnt OBJECT-TYPE
  7663.                SYNTAX  INTEGER
  7664.                ACCESS  read-only
  7665.                STATUS  experimental
  7666.                ::= { appletalk 9 }
  7667.  
  7668.           atNoaccess OBJECT-TYPE
  7669.                SYNTAX  INTEGER
  7670.                ACCESS  read-only
  7671.                STATUS  experimental
  7672.                ::= { appletalk 10 }
  7673.  
  7674.  
  7675.  
  7676.  
  7677.  
  7678.           cisco MIB                                           [Page 128]
  7679.  
  7680.  
  7681.  
  7682.  
  7683.  
  7684.  
  7685.           Request for Comments: Draft                cisco Systems, Inc.
  7686.  
  7687.  
  7688.           atNoroute OBJECT-TYPE
  7689.                SYNTAX  INTEGER
  7690.                ACCESS  read-only
  7691.                STATUS  experimental
  7692.                ::= { appletalk 11 }
  7693.  
  7694.           atNoencap OBJECT-TYPE
  7695.                SYNTAX  INTEGER
  7696.                ACCESS  read-only
  7697.                STATUS  experimental
  7698.                ::= { appletalk 12 }
  7699.  
  7700.           atOutput OBJECT-TYPE
  7701.                SYNTAX  INTEGER
  7702.                ACCESS  read-only
  7703.                STATUS  experimental
  7704.                ::= { appletalk 13 }
  7705.  
  7706.           atInmult OBJECT-TYPE
  7707.                SYNTAX  INTEGER
  7708.                ACCESS  read-only
  7709.                STATUS  experimental
  7710.                ::= { appletalk 14 }
  7711.  
  7712.           atRtmpin OBJECT-TYPE
  7713.                SYNTAX  INTEGER
  7714.                ACCESS  read-only
  7715.                STATUS  experimental
  7716.                ::= { appletalk 15 }
  7717.  
  7718.           atRtmpout OBJECT-TYPE
  7719.                SYNTAX  INTEGER
  7720.                ACCESS  read-only
  7721.                STATUS  experimental
  7722.                ::= { appletalk 16 }
  7723.  
  7724.           atNbpin OBJECT-TYPE
  7725.                SYNTAX  INTEGER
  7726.                ACCESS  read-only
  7727.                STATUS  experimental
  7728.                ::= { appletalk 17 }
  7729.  
  7730.           atNbpout OBJECT-TYPE
  7731.                SYNTAX  INTEGER
  7732.                ACCESS  read-only
  7733.  
  7734.  
  7735.  
  7736.  
  7737.  
  7738.           cisco MIB                                           [Page 129]
  7739.  
  7740.  
  7741.  
  7742.  
  7743.  
  7744.  
  7745.           Request for Comments: Draft                cisco Systems, Inc.
  7746.  
  7747.  
  7748.                STATUS  experimental
  7749.                ::= { appletalk 18 }
  7750.  
  7751.           atAtp OBJECT-TYPE
  7752.                SYNTAX  INTEGER
  7753.                ACCESS  read-only
  7754.                STATUS  experimental
  7755.                ::= { appletalk 19 }
  7756.  
  7757.           atZipin OBJECT-TYPE
  7758.                SYNTAX  INTEGER
  7759.                ACCESS  read-only
  7760.                STATUS  experimental
  7761.                ::= { appletalk 20 }
  7762.  
  7763.           atZipout OBJECT-TYPE
  7764.                SYNTAX  INTEGER
  7765.                ACCESS  read-only
  7766.                STATUS  experimental
  7767.                ::= { appletalk 21 }
  7768.  
  7769.           atEcho OBJECT-TYPE
  7770.                SYNTAX  INTEGER
  7771.                ACCESS  read-only
  7772.                STATUS  experimental
  7773.                ::= { appletalk 22 }
  7774.  
  7775.           atEchoill OBJECT-TYPE
  7776.                SYNTAX  INTEGER
  7777.                ACCESS  read-only
  7778.                STATUS  experimental
  7779.                ::= { appletalk 23 }
  7780.  
  7781.           atDdpshort OBJECT-TYPE
  7782.                SYNTAX  INTEGER
  7783.                ACCESS  read-only
  7784.                STATUS  experimental
  7785.                ::= { appletalk 24 }
  7786.  
  7787.           atDdplong OBJECT-TYPE
  7788.                SYNTAX  INTEGER
  7789.                ACCESS  read-only
  7790.                STATUS  experimental
  7791.                ::= { appletalk 25 }
  7792.  
  7793.  
  7794.  
  7795.  
  7796.  
  7797.  
  7798.           cisco MIB                                           [Page 130]
  7799.  
  7800.  
  7801.  
  7802.  
  7803.  
  7804.  
  7805.           Request for Comments: Draft                cisco Systems, Inc.
  7806.  
  7807.  
  7808.           atDdpbad OBJECT-TYPE
  7809.                SYNTAX  INTEGER
  7810.                ACCESS  read-only
  7811.                STATUS  experimental
  7812.                ::= { appletalk 26 }
  7813.  
  7814.           atNobuffer OBJECT-TYPE
  7815.                SYNTAX  INTEGER
  7816.                ACCESS  read-only
  7817.                STATUS  experimental
  7818.                ::= { appletalk 27 }
  7819.  
  7820.           atArpreq OBJECT-TYPE
  7821.                SYNTAX  INTEGER
  7822.                ACCESS  read-only
  7823.                STATUS  experimental
  7824.                ::= { appletalk 28 }
  7825.  
  7826.           atArpreply OBJECT-TYPE
  7827.                SYNTAX  INTEGER
  7828.                ACCESS  read-only
  7829.                STATUS  experimental
  7830.                ::= { appletalk 29 }
  7831.  
  7832.           atArpprobe OBJECT-TYPE
  7833.                SYNTAX  INTEGER
  7834.                ACCESS  read-only
  7835.                STATUS  experimental
  7836.                ::= { appletalk 30 }
  7837.  
  7838.           atUnknown OBJECT-TYPE
  7839.                SYNTAX  INTEGER
  7840.                ACCESS  read-only
  7841.                STATUS  experimental
  7842.                ::= { appletalk 31 }
  7843.           -- the Temporary Novell group
  7844.  
  7845.           novellInput OBJECT-TYPE
  7846.                SYNTAX  INTEGER
  7847.                ACCESS  read-only
  7848.                STATUS  experimental
  7849.                ::= { novell 1 }
  7850.  
  7851.           novellBcastin OBJECT-TYPE
  7852.                SYNTAX  INTEGER
  7853.  
  7854.  
  7855.  
  7856.  
  7857.  
  7858.           cisco MIB                                           [Page 131]
  7859.  
  7860.  
  7861.  
  7862.  
  7863.  
  7864.  
  7865.           Request for Comments: Draft                cisco Systems, Inc.
  7866.  
  7867.  
  7868.                ACCESS  read-only
  7869.                STATUS  experimental
  7870.                ::= { novell 2 }
  7871.  
  7872.           novellForward OBJECT-TYPE
  7873.                SYNTAX  INTEGER
  7874.                ACCESS  read-only
  7875.                STATUS  experimental
  7876.                ::= { novell 3 }
  7877.  
  7878.           novellBcastout OBJECT-TYPE
  7879.                SYNTAX  INTEGER
  7880.                ACCESS  read-only
  7881.                STATUS  experimental
  7882.                ::= { novell 4 }
  7883.  
  7884.           novellFormerr OBJECT-TYPE
  7885.                SYNTAX  INTEGER
  7886.                ACCESS  read-only
  7887.                STATUS  experimental
  7888.                ::= { novell 5 }
  7889.  
  7890.           novellChksum OBJECT-TYPE
  7891.                SYNTAX  INTEGER
  7892.                ACCESS  read-only
  7893.                STATUS  experimental
  7894.                ::= { novell 6 }
  7895.  
  7896.           novellHopcnt OBJECT-TYPE
  7897.                SYNTAX  INTEGER
  7898.                ACCESS  read-only
  7899.                STATUS  experimental
  7900.                ::= { novell 7 }
  7901.  
  7902.           novellNoroute OBJECT-TYPE
  7903.                SYNTAX  INTEGER
  7904.                ACCESS  read-only
  7905.                STATUS  experimental
  7906.                ::= { novell 8 }
  7907.  
  7908.           novellNoencap OBJECT-TYPE
  7909.                SYNTAX  INTEGER
  7910.                ACCESS  read-only
  7911.                STATUS  experimental
  7912.                ::= { novell 9 }
  7913.  
  7914.  
  7915.  
  7916.  
  7917.  
  7918.           cisco MIB                                           [Page 132]
  7919.  
  7920.  
  7921.  
  7922.  
  7923.  
  7924.  
  7925.           Request for Comments: Draft                cisco Systems, Inc.
  7926.  
  7927.  
  7928.           novellOutput OBJECT-TYPE
  7929.                SYNTAX  INTEGER
  7930.                ACCESS  read-only
  7931.                STATUS  experimental
  7932.                ::= { novell 10 }
  7933.  
  7934.           novellInmult OBJECT-TYPE
  7935.                SYNTAX  INTEGER
  7936.                ACCESS  read-only
  7937.                STATUS  experimental
  7938.                ::= { novell 11 }
  7939.  
  7940.           novellLocal OBJECT-TYPE
  7941.                SYNTAX  INTEGER
  7942.                ACCESS  read-only
  7943.                STATUS  experimental
  7944.                ::= { novell 12 }
  7945.  
  7946.           novellUnknown OBJECT-TYPE
  7947.                SYNTAX  INTEGER
  7948.                ACCESS  read-only
  7949.                STATUS  experimental
  7950.                ::= { novell 13 }
  7951.  
  7952.           novellSapreqin OBJECT-TYPE
  7953.                SYNTAX  INTEGER
  7954.                ACCESS  read-only
  7955.                STATUS  experimental
  7956.                ::= { novell 14 }
  7957.  
  7958.           novellSapresin OBJECT-TYPE
  7959.                SYNTAX  INTEGER
  7960.                ACCESS  read-only
  7961.                STATUS  experimental
  7962.                ::= { novell 15 }
  7963.  
  7964.           novellSapout OBJECT-TYPE
  7965.                SYNTAX  INTEGER
  7966.                ACCESS  read-only
  7967.                STATUS  experimental
  7968.                ::= { novell 16 }
  7969.  
  7970.           novellSapreply OBJECT-TYPE
  7971.                SYNTAX  INTEGER
  7972.                ACCESS  read-only
  7973.  
  7974.  
  7975.  
  7976.  
  7977.  
  7978.           cisco MIB                                           [Page 133]
  7979.  
  7980.  
  7981.  
  7982.  
  7983.  
  7984.  
  7985.           Request for Comments: Draft                cisco Systems, Inc.
  7986.  
  7987.  
  7988.                STATUS  experimental
  7989.                ::= { novell 17 }
  7990.  
  7991.           END
  7992.  
  7993.           5.  Identification of OBJECT instances for use with the SNMP
  7994.  
  7995.  
  7996.           To be written.
  7997.  
  7998.  
  7999.  
  8000.  
  8001.  
  8002.  
  8003.  
  8004.  
  8005.  
  8006.  
  8007.  
  8008.  
  8009.  
  8010.  
  8011.  
  8012.  
  8013.  
  8014.  
  8015.  
  8016.  
  8017.  
  8018.  
  8019.  
  8020.  
  8021.  
  8022.  
  8023.  
  8024.  
  8025.  
  8026.  
  8027.  
  8028.  
  8029.  
  8030.  
  8031.  
  8032.  
  8033.  
  8034.  
  8035.  
  8036.  
  8037.  
  8038.           cisco MIB                                           [Page 134]
  8039.  
  8040.  
  8041.  
  8042.  
  8043.  
  8044.  
  8045.           Request for Comments: Draft                cisco Systems, Inc.
  8046.  
  8047.  
  8048.           6.  References
  8049.  
  8050.           [1]  V. Cerf, IAB Recommendations for the Development of
  8051.                Internet Network Management Standards.  Internet Working
  8052.                Group Request for Comments 1052.  Network Information
  8053.                Center, SRI International, Menlo Park, California,
  8054.                (April, 1988).
  8055.  
  8056.           [2]  M.T. Rose and K. McCloghrie, Structure and Identification
  8057.                of Management Information for TCP/IP-based internets,
  8058.                Internet Working Group Request for Comments 1065.
  8059.                Network Information Center, SRI International, Menlo
  8060.                Park, California, (August, 1988).
  8061.  
  8062.           [3]  K. McCloghrie and M.T. Rose, Management Information Base
  8063.                for Network Management of TCP/IP-based internets,
  8064.                Internet Working Group Request for Comments 1066.
  8065.                Network Information Center, SRI International, Menlo
  8066.                Park, California, (August, 1988).
  8067.  
  8068.           [4]  V. Cerf, Report of the Second Ad Hoc Network Management
  8069.                Review Group, Internet Working Group Request for Comments
  8070.                1109.  Network Information Center, SRI International,
  8071.                Menlo Park, California, (August, 1989).
  8072.  
  8073.           [5]  J.D. Case, M.S. Fedor, M.L. Schoffstall, and J.R. Davin,
  8074.                Simple Network Management Protocol, Internet Working
  8075.                Group Request for Comments 1098.  Network Information
  8076.                Center, SRI International, Menlo Park, California,
  8077.                (April, 1989).
  8078.  
  8079.           [7]  Information processing systems - Open Systems
  8080.                Interconnection - Specification of Abstract Syntax
  8081.                Notation One (ASN.1), International Organization for
  8082.                Standardization.  International Standard 8824, (December,
  8083.                1987).
  8084.  
  8085.           [8]  Information processing systems - Open Systems
  8086.                Interconnection - Specification of Basic Encoding Rules
  8087.                for Abstract Notation One (ASN.1), International
  8088.                Organization for Standardization.  International Standard
  8089.                8825, (December, 1987).
  8090.  
  8091.  
  8092.  
  8093.  
  8094.  
  8095.  
  8096.  
  8097.  
  8098.           cisco MIB                                           [Page 135]
  8099.  
  8100.  
  8101.  
  8102.  
  8103.  
  8104.  
  8105.           Request for Comments: Draft                cisco Systems, Inc.
  8106.  
  8107.  
  8108.           Table of Contents
  8109.  
  8110.  
  8111.           1 Introduction ..........................................    1
  8112.           2 Objects ...............................................    1
  8113.           2.1 Object Groupings ....................................    1
  8114.           2.2 Format of Definitions ...............................    2
  8115.           3 Object Definitions ....................................    3
  8116.           3.1 Product Section .....................................    4
  8117.           3.2 Local Variable Section ..............................    4
  8118.           3.2.1 Local System Group ................................    5
  8119.           3.2.2 Local Interface Group .............................   25
  8120.           3.2.2.1 Local Interface Table ...........................   25
  8121.           3.2.3 Local IP Group ....................................   34
  8122.           3.2.3.1 Local IP Address Table ..........................   34
  8123.           3.2.3.2 Local IP Routing Table ..........................   38
  8124.           3.2.3.3 Local IP Accounting Table .......................   42
  8125.           3.2.4 Local TCP Group ...................................   44
  8126.           3.2.4.1 Local TCP Connection Table ......................   44
  8127.           3.2.5 Local cisco Terminal Server Group .................   47
  8128.           3.2.5.1 Local Terminal Server Line Table ................   48
  8129.           3.2.5.2 Local Terminal Server Line Session Table ........   57
  8130.           3.3 Temporary Variable Section ..........................   61
  8131.           3.3.1 Temporary DECNET Section ..........................   61
  8132.           3.3.2 Temporary XNS Section .............................   71
  8133.           3.3.3 Temporary AppleTalk Section .......................   79
  8134.           3.3.4 Temporary Novell Section ..........................   91
  8135.           4 Definitions ...........................................   98
  8136.           5 Identification of OBJECT instances for use with  the
  8137.                SNMP ...............................................  134
  8138.           6 References ............................................  135
  8139.  
  8140.  
  8141.  
  8142.  
  8143.  
  8144.  
  8145.  
  8146.  
  8147.  
  8148.  
  8149.  
  8150.  
  8151.  
  8152.  
  8153.  
  8154.  
  8155.  
  8156.  
  8157.  
  8158.           cisco MIB                                           [Page 136]
  8159.  
  8160.  
  8161.